aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/templates/edit.html.erb
blob: 5620fcc85098eeb870fc12c293be9cd102ce92da (plain) (blame)
1
2
3
4
5
6
<h1>Editing <%= singular_table_name.titleize %></h1>

<%%= render 'form' %>

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