Sha256: 8b09fbc84c3b11f9543265895fdf51a6c0623ecd1c46682eda0fdb15f1a2d750
Contents?: true
Size: 313 Bytes
Versions: 2
Compression:
Stored size: 313 Bytes
Contents
<h1>New <%= resource_controller_options[:object_name] || model_name %></h1> <%= error_messages_for model_name.to_sym %> <% form_for(model_name.to_sym, :url => collection_url) do |f| %> <%= render "form", :form => f %> <p> <%= submit_tag "Create" %> </p> <% end %> <%= link_to 'Back', collection_url %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resource_controller_views-0.6.6.views2 | test/app/views/scaffold/new.rhtml |
resource_controller_views-0.6.6 | test/app/views/scaffold/new.rhtml |