Mercurial > hg > soundsoftware-site
view app/views/projects/_edit.rhtml @ 344:1a514b9347d4 feature_121
Add Recent Activity partial, include it as a block in My Page (on by default) and in the project information page
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 31 Mar 2011 15:19:30 +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 %>