mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-08 07:06:44 +01:00
9 lines
403 B
Text
9 lines
403 B
Text
<h1>
|
|
Editing moderation notes for image <%= link("##{@image.id}", to: ~p"/images/#{@image}") %>
|
|
</h1>
|
|
<%= form_for @changeset, ~p"/images/#{@image}/scratchpad", fn f -> %>
|
|
<div class="field">
|
|
<%= textarea(f, :scratchpad, placeholder: "Scratchpad contents", class: "input input--wide") %>
|
|
</div>
|
|
<%= submit("Update", class: "button", data: [disable_with: raw("Saving…")]) %>
|
|
<% end %>
|