You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_edit.html.erb 142B

1234
  1. <%= labelled_form_for @project do |f| %>
  2. <%= render :partial => 'form', :locals => { :f => f } %>
  3. <%= submit_tag l(:button_save) %>
  4. <% end %>