aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-01 08:16:26 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-08-09 18:32:04 +0100
commit06d5c56d4ae1882e973b14199cf5d3063980823a (patch)
tree07c22201f743f319d0aa6b329be7749da9e5fb9b
parent7145157c8e6d907b8f2aa71b483b2c1f88fac1ce (diff)
quick search link to show all content from flagged user
-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>