instiki/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.rhtml

9 lines
221 B
Plaintext
Raw Normal View History

2007-01-22 14:43:50 +01:00
<h1>New <%= singular_name %></h1>
<%% form_tag :action => 'create<%= @suffix %>' do %>
2007-01-22 14:43:50 +01:00
<%%= render :partial => 'form' %>
<%%= submit_tag "Create" %>
<%% end %>
2007-01-22 14:43:50 +01:00
<%%= link_to 'Back', :action => 'list<%= suffix %>' %>