forked from e621ng/e621ng
[Posts] Fix the "Borderline Relevancy" detailed disapproval option
This commit is contained in:
parent
6776704560
commit
b30b36b936
@ -3,7 +3,7 @@
|
||||
|
||||
<%= custom_form_for(PostDisapproval.new, url: moderator_post_disapprovals_path, id: "detailed-rejection-form") do |f| %>
|
||||
<%= f.hidden_field :post_id, value: "x" %>
|
||||
<%= f.input :reason, collection: [["Borderline Relevant", "borderline_relevant"], ["Borderline Quality", "borderline_quality"], ["Other", "other"]] %>
|
||||
<%= f.input :reason, collection: [["Borderline Relevancy", "borderline_relevancy"], ["Borderline Quality", "borderline_quality"], ["Other", "other"]] %>
|
||||
<%= f.input :message, as: :string %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user