From 8434833d6aa332ea36f325605c628ac50694556d Mon Sep 17 00:00:00 2001 From: Dave Follett Date: Tue, 19 Mar 2019 16:16:25 -0400 Subject: [PATCH] Update Tag removal's textarea (#2063) --- app/views/moderations/mod.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/moderations/mod.html.erb b/app/views/moderations/mod.html.erb index f61e043e6..3a4993568 100644 --- a/app/views/moderations/mod.html.erb +++ b/app/views/moderations/mod.html.erb @@ -61,7 +61,7 @@ width: 100%; padding: 5px; font-size: 17px; - height: 50px; + height: 100px; border: 1px solid #888; } @@ -123,7 +123,7 @@

<%= 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? %>