aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/admin/list_flagged.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/admin/list_flagged.html b/templates/web/default/admin/list_flagged.html
index dfa07c7a2..0b22bccb2 100644
--- a/templates/web/default/admin/list_flagged.html
+++ b/templates/web/default/admin/list_flagged.html
@@ -38,6 +38,7 @@
<tr>
<td>[% user.name | html %]</td>
<td>[% user.email | html %]</td>
+ <td><a href="[% c.uri_for( 'search_reports', search => user.email ) %]">list content</a></td>
</tr>
[%- END %]
</table>