aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.rhtml
blob: 2db0909cb859963b2faeffa9024c3d11f2f63c5b (plain) (tree)
1
2
3
4
5
6
7
8
9

                                     
                                                                                      
                                   
                           


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

<%%= start_form_tag :action => 'update<%= @suffix %>', :id => @<%= singular_name %> %>
  <%%= render :partial => 'form' %>
  <%%= submit_tag 'Edit' %>
<%%= end_form_tag %>

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