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/update_edit.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/update_edit.html')
-rw-r--r-- | templates/web/default/admin/update_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/update_edit.html b/templates/web/default/admin/update_edit.html index f2029c63f..0f69a78fa 100644 --- a/templates/web/default/admin/update_edit.html +++ b/templates/web/default/admin/update_edit.html @@ -15,7 +15,7 @@ uri = c.uri_for_email( '/report', update.problem_id ); END; %] -<li><a href="[% uri %]#update_[% update.id %]">[% loc('View report on site' )%]</a></li> +<li><a href="[% uri %]#update_[% update.id %]" class="admin-offsite-link">[% loc('View report on site' )%]</a></li> <li><label for='detail'>[% loc('Text:') %]</label> <textarea name='text' id='text' cols=60 rows=10>[% update.text | html %]</textarea></li> |