Skip to content

Commit 1c75cef

Browse files
authored
Update index.jade
1 parent 10278a1 commit 1c75cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/index.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ block content
4747
div.meta
4848
span.author= "by "+(image.author || "anon")
4949
span.updated_at= " on "+image.updated_at+" "
50-
a(href="#delete-modal" data-toggle="modal" onclick="$('#delete-form').attr('action', '/delete/" + image._id + "');") Delete
50+
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
5152
if (index+1) % 4 == 0
5253
| </div><hr style="clear:both;"/><div class="row-fluid">
5354

0 commit comments

Comments
 (0)