aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.rhtml
blob: 0e92acb1032817a524241013ff2035990c742364 (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 %>' %>