Mercurial > hg > soundsoftware-site
view app/views/projects/_edit.rhtml @ 829:7a613c0eefe2 feature_364
Hide tracker options in the new-project version of the project settings form
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 31 Jan 2012 13:45:56 +0000 |
parents | 40f7cfd4df19 |
children |
line wrap: on
line source
<% labelled_tabular_form_for :project, @project, :url => project_path(@project), :html => {:method => (@project.new_record? ? :post : :put) } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <%= submit_tag l(:button_save) %> <% end %>