view app/views/documents/edit.rhtml @ 186:011f2ec6018f cannam-pre-20110113-merge

Remove unwanted file
author Chris Cannam
date Thu, 03 Feb 2011 15:34:42 +0000
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 %>