4 lines
173 B
Text
4 lines
173 B
Text
<%= labelled_form_for @project, :html => {:multipart => true} do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|