-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div class="pop-content" style="padding: 20px; border-radius: 10px;"> | ||
<a class="btn btn-primary btn-block" href="mailto:[email protected]?subject=Reporting+spam+on+Public+Lab&body=Hi,+I+found+this+item+that+looks+like+spam+or+needs+to+be+moderated:+<%= node.title.gsub(/ /,'+') %>+https://publiclab.org/n/<%= node.id %>+by+https://publiclab.org/profile/<%= node.author.username %>+Thanks!" role="button"> <i class="fa fa-flag fa-white"></i> <%= translation('dashboard._flag_list.flag_post') %></a> | ||
<a class="btn btn-primary btn-block" href="mailto:[email protected]?subject=Reporting spam on Public Lab&body=Hi, I found this item that looks like spam or needs to be moderated: <%= node.title.gsub(/ /,'+') %> https://publiclab.org/n/<%= node.id %> by https://publiclab.org/profile/<%= node.author.username %> Thanks!" role="button"> <i class="fa fa-flag fa-white"></i> <%= translation('dashboard._flag_list.flag_post') %></a> | ||
<% if logged_in_as(['admin','moderator']) %> | ||
<a class="btn btn-primary btn-block" href="/moderate/spam/<%= node.id %>" role="button"> <i class="fa fa-ban fa-white"></i> Spam Post </a> | ||
<% else %> | ||
|