aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/templates/edit.html.erb
blob: d1bfcbc429966ab063825199fc35f38e8f9e6cf4 (plain) (blame)
1
2
3
4
5
6
7
8
<% without_namespacing do -%>
<h1>Editing <%= singular_table_name %></h1>

<%%= render 'form' %>

<%%= link_to 'Show', @<%= singular_table_name %> %> |
<%%= link_to 'Back', <%= index_helper %>_path %>
<% end -%>