Sha256: 447e19633a8c7bfe5400fb1a944513e576000b59dff8677922732ff3e8a63630
Contents?: true
Size: 395 Bytes
Versions: 20
Compression:
Stored size: 395 Bytes
Contents
<%% title @<%=gen_spec.singular_name%>.short_name%> %> <h1><%%=@<%=gen_spec.singular_name%>.short_name%></h1> <% for attribute in attributes -%> <p> <b><%= attribute.column.human_name %>:</b> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <% end -%> <%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
20 entries across 20 versions & 1 rubygems