tab/app/views/datagrid/_table.html.haml

10 lines
265 B
Plaintext
Raw Normal View History

2015-09-10 12:35:17 +00:00
= content_tag :table, options[:html] do
%thead
= datagrid_header(grid, options)
%tbody
- if assets.any?
= datagrid_rows(grid, assets, options)
- else
%tr
%td.noresults{:colspan => "100%"}= I18n.t('datagrid.no_results').html_safe