Sha256: f902b898d066126edc2734f5703eec382289a0e7ff96d53195bcd2cc4aaf8912

Contents?: true

Size: 810 Bytes

Versions: 3

Compression:

Stored size: 810 Bytes

Contents

<table cellpadding="0" cellspacing="0">
  <thead>
    <tr>
      <% columns = list_columns %>
      <%= render :partial => 'list_column_headings', :locals => {:columns => columns} %>
    </tr>
  </thead>
  <%= render :partial => 'list_messages', :locals => {:columns => columns} %>
  <tbody class="records" id="<%= active_scaffold_tbody_id %>">
    <% if !@records.empty? -%>
      <%= render :partial => 'list_record', :collection => @page.items, :locals => { :hidden => false, :columns => columns, :action_links => active_scaffold_config.action_links.collect_by_type(:member)} %>
    <% end -%>
    <% if columns.any? {|c| c.calculation?} -%>
      <%= render :partial => 'list_calculations', :locals => {:columns => columns} %>
    <% end -%>
  </tbody>
</table>
<%= render :partial => 'list_pagination' %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_scaffold-3.0.2 frontends/default/views/_list.html.erb
active_scaffold-3.0.1 frontends/default/views/_list.html.erb
active_scaffold-3.0.0 frontends/default/views/_list.html.erb