Sha256: 73f165f77080f9fe5a564b0d6e8d4b85a0b2c6b18bd0507c74ee946a30362b1e
Contents?: true
Size: 451 Bytes
Versions: 4
Compression:
Stored size: 451 Bytes
Contents
<%% title "<%= plural_name.titleize %>" %> <%- first_attribute = model_attributes.first -%> <%%= will_paginate @<%= plural_name %> %> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <div class="item"> <h3> <%%= link_to <%= singular_name %>.<%= first_attribute.name %>, view_<%= singular_name %>_path(<%= singular_name %>.<%= first_attribute.name %>) %> </h3> </div> <%% end -%> <%%= will_paginate @<%= plural_name %> %>
Version data entries
4 entries across 4 versions & 1 rubygems