instiki/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.rhtml
Jacques Distler c358389f25 TeX and CSS tweaks.
Sync with latest Instiki Trunk
(Updates Rails to 1.2.2)
2007-02-09 02:04:31 -06:00

9 lines
221 B
Plaintext

<h1>New <%= singular_name %></h1>
<%% form_tag :action => 'create<%= @suffix %>' do %>
<%%= render :partial => 'form' %>
<%%= submit_tag "Create" %>
<%% end %>
<%%= link_to 'Back', :action => 'list<%= suffix %>' %>