Skip to content

Commit

Permalink
Changing ban flag color in spam2 to red (#11182)
Browse files Browse the repository at this point in the history
* Changing ban flag colour in spam2 to red

* Update app/views/spam2/_spam.html.erb

Co-authored-by: Tilda Udufo <[email protected]>

Co-authored-by: Tilda Udufo <[email protected]>
  • Loading branch information
nikhilnarla and TildaDares authored Jun 14, 2022
1 parent 211b362 commit 833f7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spam2/_spam.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<% if params[:action] != "_spam_revisions" && params[:action] != "_spam_insights" && params[:action] != "_spam_comments" %>
<li class="nav-item pr-4">
<a class="nav-link btn btn-light border disabled text-dark d-inline-flex border-curve" id="batch-ban" ><i class=" pt-1 pr-2 fa fa-flag text-warning" data-toggle="tooltip" data-placement="top" title="Ban users"></i> Ban</a>
<a class="nav-link btn btn-light border disabled text-dark d-inline-flex border-curve" id="batch-ban" ><i class=" pt-1 pr-2 fa fa-flag text-danger" data-toggle="tooltip" data-placement="top" title="Ban users"></i> Ban</a>
</li>
<li class="nav-item pr-4">
<a class="nav-link btn btn-light border disabled text-dark d-inline-flex border-curve" id="batch-unban" ><i class=" pt-1 pr-2 fa fa-flag text-success" data-toggle="tooltip" data-placement="top" title="Unban users"></i> Unban</a>
Expand Down

0 comments on commit 833f7b1

Please sign in to comment.