Sha256: 05b1df6a555c3f9a13f2fc4af598c346370a892d541faba53033d2d4dd630943
Contents?: true
Size: 485 Bytes
Versions: 22
Compression:
Stored size: 485 Bytes
Contents
<div class="wrapper"> <div class="main-item-table"> <table cellpadding="0" cellspacing="0" border="0" width="100%" id="records"> <tr> <th></th> <th>Name</th> <% abstract_model.list.fields.each do |field| -%> <th><%= field.human_name %></th> <% end -%> </tr> <%= render :partial => "sunrise/manager/table/record", :collection => @records %> </table> <%= paginate @records, :theme => 'sunrise', :outer_window => 2 %> </div> </div>
Version data entries
22 entries across 22 versions & 1 rubygems