aboutsummaryrefslogtreecommitdiffstats
path: root/railties/generators/scaffold/templates/view_edit.rhtml
blob: fec09e2cbece787912ecb642a259ddb773393680 (plain) (blame)
1
2
3
4
5
6
<h1>Editing <%= singular_name %></h1>

<%%= form '<%= singular_name %>', :action => 'update<%= suffix %>' %>

<%%= link_to 'Show', :action => 'show<%= suffix %>', :id => @<%= singular_name %>.id %> |
<%%= link_to 'Back', :action => 'list<%= suffix %>' %>