diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
commit | 4d6cd5f040b8a8f28131bccdedd3545f57915e7c (patch) | |
tree | 675f373d2809a096623385ca266ed43b5b14af6a /templates | |
parent | 45b91fb892f1d9e6bf1d5a4044feb174f72bf93f (diff) | |
parent | ef7ea9b4056d3664af305c8a777e651271deeb32 (diff) |
Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet/header_logo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/header_logo.html b/templates/web/fixmystreet/header_logo.html index 6e4ad9e21..3ae706730 100644 --- a/templates/web/fixmystreet/header_logo.html +++ b/templates/web/fixmystreet/header_logo.html @@ -1 +1,2 @@ <a href="/" id="site-logo">[%- PROCESS 'site-name.html' -%]</a> + <a href="/" id="report-cta" title="[%- loc('Report a problem') -%]">[%- loc('Report') -%]</a> |