Mercurial > hg > soundsoftware-site
view app/views/projects/_edit.rhtml @ 669:202986dd17e4 live bibliography_plugin_alpha
Merge from branch "cannam_integration"
author | Chris Cannam |
---|---|
date | Fri, 09 Sep 2011 16:56:21 +0100 |
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 %>