Mercurial > hg > soundsoftware-site
view app/views/documents/edit.html.erb @ 1220:31aee88c279b live
Layout and text fixes
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 13:36:57 +0000 |
parents | c6c2cbd0afee |
children | 433d4f72a19b |
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 %>