Sha256: af31da891b9b008f4730296672f56339da7188c0010852d689eb37298be6bef3
Contents?: true
Size: 471 Bytes
Versions: 8
Compression:
Stored size: 471 Bytes
Contents
<%# Local variables: * grid - instance of Datagrid * assets - Array of database Entities * options - passed options Hash %> <%= content_tag :table, options[:html] do %> <thead> <%= datagrid_header(grid, options) %> </thead> <tbody> <% if assets.any? %> <%= datagrid_rows(grid, assets, options) %> <% else %> <tr><td class="noresults" colspan="100%"><%= I18n.t('datagrid.no_results').html_safe %></td></tr> <% end %> </tbody> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems