aboutsummaryrefslogblamecommitdiffstats
path: root/railties/generators/scaffold/templates/view_edit.rhtml
blob: 260b0ebda1b195116cdfaab3e3debbcded46a5fc (plain) (tree)
1
2
3
4
5
6
7

                                     
                                                 



                                                                                         
<h1>Editing <%= singular_name %></h1>

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

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