Sha256: a6de7c9f6bf8fb4859ed42706bf914f4d3a45a5a0ab355e89bffd4ff4ee89a11

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

= link_to 'Add New Attachment', new_cms_admin_attachment_path, :class => 'big_button'

%h2 Editing Attachment

- form_for :cms_attachment, :url => {:action => :update}, :html => {:method => :put, :multipart => true} do |form|
  = render :partial => form
  .submit
    = form.submit 'Edit Attachment'
    or 
    = link_to 'Return to List', cms_admin_attachments_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-0.0.18 app/views/cms_admin/attachments/edit.html.haml