11 lines
362 B
Text
11 lines
362 B
Text
<h2><%=l(:label_questions_section)%></h2>
|
|
|
|
<%= labelled_form_for (@project ? [@project, @section] : @section), :method => "PUT", :html => {:class => 'tabular'} do |f|%>
|
|
<div class="box tabular">
|
|
<%= back_url_hidden_field_tag %>
|
|
<%= render :partial => 'form', :locals => { :f => f} %>
|
|
</div>
|
|
<p>
|
|
<%= f.submit l(:button_save) %>
|
|
</p>
|
|
<% end %>
|