annotate app/views/projects/.svn/text-base/_edit.rhtml.svn-base @ 14:1d32c0a0efbf

* Update to SVN trunk (revisions 3892-4040)
author Chris Cannam
date Wed, 25 Aug 2010 16:30:24 +0100
parents 513646585e45
children 40f7cfd4df19
rev   line source
Chris@0 1 <% labelled_tabular_form_for :project, @project, :url => { :action => "edit", :id => @project } do |f| %>
Chris@0 2 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@0 3 <%= submit_tag l(:button_save) %>
Chris@0 4 <% end %>