Update Tag removal's textarea (#2063)

This commit is contained in:
Dave Follett 2019-03-19 16:16:25 -04:00 committed by Mac Siri
parent 7a0a793a89
commit 8434833d6a

View file

@ -61,7 +61,7 @@
width: 100%;
padding: 5px;
font-size: 17px;
height: 50px;
height: 100px;
border: 1px solid #888;
}
@ -123,7 +123,7 @@
<br /><br />
<%= f.hidden_field :article_id, value: @moderatable.id %>
<%= f.text_field :tag_name, placeholder: "Tag Name" %>
<%= f.text_area :reason_for_adjustment, placeholder: "Reason for Removal (Be super kind)" %>
<%= f.text_area :reason_for_adjustment, placeholder: "Reason for Removal (Be super kind) - Only the reason is needed, the notification will take care of the rest." %>
<%= f.submit "Remove Tag" %>
<% adjustments = TagAdjustment.where(article_id: @moderatable.id, adjustment_type: "removal") %>
<% if adjustments.any? %>