mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
9 lines
346 B
Text
9 lines
346 B
Text
h1
|
|
' Editing moderation notes for image
|
|
= link "##{@image.id}", to: ~p"/images/#{@image}"
|
|
|
|
= form_for @changeset, ~p"/images/#{@image}/scratchpad", fn f ->
|
|
.field
|
|
= textarea f, :scratchpad, placeholder: "Scratchpad contents", class: "input input--wide"
|
|
|
|
= submit "Update", class: "button", data: [disable_with: raw("Saving…")]
|