Sha256: e86aa032b123d2250c69ac9988429f615778be2ddb64f60d8722c0841671e675
Contents?: true
Size: 273 Bytes
Versions: 11
Compression:
Stored size: 273 Bytes
Contents
<% use_page_title "Add a New Section" %> <%= simple_form_for(@section, :id => 'section_form') do |f| %> <%= hidden_field_tag :section_id, @parent.id %> <%= render :partial => 'form', :locals => {:f => f, :parent => @parent, title: 'Add a New Section'} %> <% end %>
Version data entries
11 entries across 11 versions & 2 rubygems