Sha256: 0068667c9ea9547c4eded37f26d4c38310413c424961f099db73946032cf6400
Contents?: true
Size: 325 Bytes
Versions: 9
Compression:
Stored size: 325 Bytes
Contents
<h2>New <%= singular_name %></h2> <%%= form_for(@<%= singular_name %>, :url => [:admin, @<%= singular_name %>], :html => {:class => 'tabular'}) do |form| %> <%%= form.error_messages %> <%%= render :partial => form %> <%%= form.submit 'Create' %> <%%= link_to 'Back', admin_<%= plural_name %>_path %> <%% end %>
Version data entries
9 entries across 9 versions & 1 rubygems