Sha256: 3cc97c4a001af1d3302d646fdbd210acc1698f6af5a0ff04417a01e42ed79e10
Contents?: true
Size: 495 Bytes
Versions: 1
Compression:
Stored size: 495 Bytes
Contents
<div class="inline-actions"> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= link_to 'Back', <%= plural_name %>_path %> </div> <h1>Editing <%= singular_name.humanize %></h1> <%% form_for(@<%= singular_name %>) do |f| %> <%%= f.error_messages %> <% for attribute in attributes -%> <fieldset> <%%= f.label :<%= attribute.name %> %> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </fieldset> <% end -%> <p> <%%= f.submit 'Update' %> </p> <%% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jeffleeismyhero-shoulda_generator-0.3.1 | rails_generators/shoulda_scaffold/templates/erb/edit.html.erb |