mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
add disable-with to dupe report form
This commit is contained in:
parent
c76f28dc0b
commit
7b97a40ec8
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
||||||
= number_input f, :duplicate_of_image_id, class: "input", min: 0, placeholder: "image number.", required: true
|
= number_input f, :duplicate_of_image_id, class: "input", min: 0, placeholder: "image number.", required: true
|
||||||
= text_input f, :reason, class: "input input--separate-left", placeholder: "Explanation"
|
= text_input f, :reason, class: "input input--separate-left", placeholder: "Explanation"
|
||||||
.actions
|
.actions
|
||||||
= submit "Report Duplicate", class: "button"
|
= submit "Report Duplicate", class: "button", data: [disable_with: raw("Saving…")]
|
||||||
|
|
Loading…
Reference in a new issue