philomena/lib/philomena_web/templates/image/scratchpad/edit.html.slime

10 lines
384 B
Text
Raw Normal View History

2019-12-16 06:25:06 +01:00
h1
' Editing moderation notes for image
= link "##{@image.id}", to: Routes.image_path(@conn, :show, @image)
= form_for @changeset, Routes.image_scratchpad_path(@conn, :update, @image), fn f ->
.field
= textarea f, :scratchpad, placeholder: "Scratchpad contents", class: "input input--wide"
= submit "Update", class: "button", data: [disable_with: raw("Saving…")]