aboutsummaryrefslogblamecommitdiffstats
path: root/railties/generators/scaffold/templates/view_new.rhtml
blob: df68c1abbf3e0dedcfa360a690611b0609e5cff0 (plain) (tree)
1
2
3
4
5
6

                                  
                                                 


                                                                     
<h1>New <%= @singular_name %></h1>

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

<%%= link_to 'Back', :action => 'list<%= suffix %>' %>