Skip to content

Instantly share code, notes, and snippets.

@Rosa-Fox
Created August 18, 2016 14:24
Show Gist options
  • Save Rosa-Fox/96b1b21b484617cb5153eb12b9772a65 to your computer and use it in GitHub Desktop.
Save Rosa-Fox/96b1b21b484617cb5153eb12b9772a65 to your computer and use it in GitHub Desktop.
<%= render partial: "attachments/breadcrumbs"%>
<h1 class="page-header">Edit attachment</h1>
<%= render(partial: "shared/attachments_form", locals: {
attachment: @attachment,
url: document_attachment_path(
params[:document_type_slug],
params[:document_content_id],
params[:attachment_content_id]
),
method: 'put'
}) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment