Sha256: 9c69fd80591a50a91000e468fcc2c68ed77d45afe33d339e4178858b7138eed4
Contents?: true
Size: 484 Bytes
Versions: 8
Compression:
Stored size: 484 Bytes
Contents
<%%= content_for :sidebar do %> <h3>Actions</h3> <ul> <li><%%= link_to "Add new", new_admin_<%= singular_name %>_path %></li> </ul> <%% end %> <h2><%= resources_name.humanize.titlecase %></h2> <table class="sortable"> <thead> <tr> <%= table_column_headers %> </tr> </thead> <tbody> <%% @<%= resources_name %>.each do |<%= singular_name %>| %> <tr> <%= table_rows %> </tr> <%% end %> </tbody> <tfoot> </tfoot> </table>
Version data entries
8 entries across 8 versions & 1 rubygems