Mercurial > hg > soundsoftware-site
view app/views/projects/_edit.rhtml @ 429:27930c9b424d feature_36
update method in publications controller; updated view
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 02 Jun 2011 14:39:11 +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 %>