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.rhtml 207B

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