diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-11-07 15:51:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-11-07 15:57:36 +0000 |
commit | c125820e6ad9ab46ffd6ca165be4b94a3b7c738b (patch) | |
tree | c06ebb1939199b288f1c2a1ac280b7f914c9d6ae /templates/web/default/admin/problem_row.html | |
parent | 3928b590dade9be0624ae0b2fb6fdfbc5f5b3e03 (diff) |
Add more admin external link icons.
Use a relative URL in the CSS in case it's proxied.
Diffstat (limited to 'templates/web/default/admin/problem_row.html')
-rw-r--r-- | templates/web/default/admin/problem_row.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/problem_row.html b/templates/web/default/admin/problem_row.html index 6dc4de188..2413a6062 100644 --- a/templates/web/default/admin/problem_row.html +++ b/templates/web/default/admin/problem_row.html @@ -9,7 +9,7 @@ uri = c.uri_for_email( '/report', problem.id ); END; %] - <a href="[% uri %]">[% problem.id %]</a> + <a href="[% uri %]" class="admin-offsite-link">[% problem.id %]</a> [%- ELSE %] [%- problem.id %] [%- END -%]</td> |