aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.rhtml
blob: fcf5a3c54ba797ab31eab5e8c4f14fc0b57d99fe (plain) (blame)
1
2
3
4
5
6
<h1>New <%= @singular_name %></h1>

<%%= error_messages_for '<%= singular_name %>' %>
<%= template_for_inclusion %>

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