Sha256: 90b1fbde234faa95b9086fdd9a02fcfa13be5e3584f670f721c8b8ab884d5eaf
Contents?: true
Size: 277 Bytes
Versions: 14
Compression:
Stored size: 277 Bytes
Contents
<% for attribute in attributes -%> <p> <b><%= attribute.human_name %>:</b> <%%= @<%= singular_name %>.<%= attribute.name %> %> </p> <% end -%> <%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
14 entries across 14 versions & 3 rubygems