Sha256: 3031c32d4a5d833a4606e41d353f9a7d898c56910ade3bc469b3f251698af847
Contents?: true
Size: 480 Bytes
Versions: 3
Compression:
Stored size: 480 Bytes
Contents
<%%= content_for :sidebar do %> <h3>Actions</h3> <ul> <li><%%= link_to "Add new", new_admin_<%= singular_name %>_path %></li> </ul> <%% end %> <h2><%= model_name.pluralize.humanize %></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
3 entries across 3 versions & 1 rubygems