Sha256: ad1988956336dfbd7cf3baba98af786afa69450c82e93ac321bd9e3c6a2cd230
Contents?: true
Size: 465 Bytes
Versions: 20
Compression:
Stored size: 465 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' %> </div> </div>
Version data entries
20 entries across 20 versions & 1 rubygems