Sha256: b09882c864c68a45ca8b5bf4acaec790720e1bb8f1a4fe9030083dd6ccb7a5f1
Contents?: true
Size: 585 Bytes
Versions: 20
Compression:
Stored size: 585 Bytes
Contents
<%% title "Edit <%= gen_spec.singular_title %>: "+@<%=gen_spec.singular_name%>.short_name %> <h1>Editing <%= gen_spec.singular_name %>: <%%=@<%=gen_spec.singular_name%>.short_name%></h1> <%% form_for(@<%= singular_name %>) do |f| %> <%%= f.error_messages %> <% for attribute in attributes -%> <p> <%%= f.label :<%= attribute.name %> %><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <% end -%> <p> <%%= f.submit 'Update' %> </p> <%% end %> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
20 entries across 20 versions & 1 rubygems