suitepro/app/views/projects/_edit.html.erb
2018-02-02 22:19:29 +01:00

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 %>