Sha256: 4b71c6a5726033b1ea993a3c3b4f72fb7af225f7dd80ff546e245265ba6d25be

Contents?: true

Size: 457 Bytes

Versions: 9

Compression:

Stored size: 457 Bytes

Contents

<h4>Edit <%= @document.label.titleize %></h4>
<%= error_messages_for :document %>
<% form_for @document.becomes(Document), :url => admin_document_path(@document.id), :html => { :multipart => true } do |f| %>
  <%= render :partial => form_partial, :locals => { :f => f } %>
  <%= f.submit 'Save' %> or <%= link_to 'Cancel', admin_cancel_document_path(@document), :class => 'button' %>
<% end %>

  <% if session[:system] %>
  <%= form_partial %>
  <% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
qcms-2.1.0 app/views/admin/documents/default.edit.html.erb
qcms-2.0.0 app/views/admin/documents/default.edit.html.erb
qcms-1.3.10 app/views/admin/documents/default.edit.html.erb
qcms-1.3.9 app/views/admin/documents/default.edit.html.erb
qcms-1.3.8 app/views/admin/documents/default.edit.html.erb
qcms-1.3.7 app/views/admin/documents/default.edit.html.erb
qcms-1.3.6 app/views/admin/documents/default.edit.html.erb
qcms-1.3.5 app/views/admin/documents/default.edit.html.erb
qcms-1.3.3 app/views/admin/documents/default.edit.html.erb