We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10278a1 commit 1c75cefCopy full SHA for 1c75cef
views/index.jade
@@ -47,7 +47,8 @@ block content
47
div.meta
48
span.author= "by "+(image.author || "anon")
49
span.updated_at= " on "+image.updated_at+" "
50
- a(href="#delete-modal" data-toggle="modal" onclick="$('#delete-form').attr('action', '/delete/" + image._id + "');") Delete
+ a(href="mailto:[email protected]?subject=Reporting spam on Infragram.org&body=https://infragram.org") Flag
51
+ a(href="#delete-modal" data-toggle="modal" onclick="$('#delete-form').attr('action', '/delete/" + image._id + "');") X
52
if (index+1) % 4 == 0
53
| </div><hr style="clear:both;"/><div class="row-fluid">
54
0 commit comments