diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2015-04-07 13:32:01 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2015-04-07 14:19:09 +0100 |
commit | ef7ea9b4056d3664af305c8a777e651271deeb32 (patch) | |
tree | e83a1248fb23812e132b8f52b1d8f724d32731bc /templates | |
parent | 518f900b81cfe567ccc2b71c9d96c08a6cf6ff72 (diff) |
"Report" button in default mobile header, fixes #931
The new button will be inherited by any cobrand that extends
fixmystreet/header_logo.html. Styling has been checked in all
current cobrands.
Also includes a minor fix to header logo margins on narrow screens.
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> |