Mercurial > hg > soundsoftware-site
view app/views/documents/edit.rhtml @ 634:eaec823e6e23 live
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Tue, 06 Sep 2011 09:47:02 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
<h2><%=l(:label_document)%></h2> <% form_tag({:action => 'edit', :id => @document}, :class => "tabular") do %> <%= render :partial => 'form' %> <%= submit_tag l(:button_save) %> <% end %>