Update Tag removal's textarea (#2063)
This commit is contained in:
parent
7a0a793a89
commit
8434833d6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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? %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue