Sha256: 6673c941aaeb8730b33287a2bdcc17213c7059f58802c57e3b5d28effb1c9314
Contents?: true
Size: 829 Bytes
Versions: 2
Compression:
Stored size: 829 Bytes
Contents
<table cellpadding="0" cellspacing="0"> <thead> <tr> <%= render :partial => 'list_column_headings' %> </tr> </thead> <tbody class="messages"> <tr> <td colspan="<%= active_scaffold_config.list.columns.length + (active_scaffold_config.list.mark_records ? 2 : 1) -%>" class="messages-container"> <%= render :partial => 'list_messages' %> </td> </tr> </tbody> <tbody class="records" id="<%= active_scaffold_tbody_id %>"> <% if !@records.empty? -%> <%= render :partial => 'list_record', :collection => @page.items, :locals => { :hidden => false } %> <% end -%> <% if active_scaffold_config.list.columns.any? {|c| c.calculation?} -%> <%= render :partial => 'list_calculations' %> <% end -%> </tbody> </table> <%= render :partial => 'list_pagination' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brisk-bills-0.8.2 | vendor/plugins/active_scaffold/frontends/default/views/_list.html.erb |
brisk-bills-0.8.1 | vendor/plugins/active_scaffold/frontends/default/views/_list.html.erb |