diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-10-14 17:59:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-31 16:52:32 +0100 |
commit | bd860a6d8d5c72f82e52b96842115668a07d0b70 (patch) | |
tree | 67b354db607fa45bde692e0b80c2281eba9799f5 /templates | |
parent | 5be830a2b20e7b8ff9abd67e818f15e95ae39ea6 (diff) |
Consistent styling for buttons in .box-warning
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/report/new/unresponsive_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/report/new/unresponsive_body.html b/templates/web/fixmystreet.com/report/new/unresponsive_body.html index 5089f5198..5a53cc8d0 100644 --- a/templates/web/fixmystreet.com/report/new/unresponsive_body.html +++ b/templates/web/fixmystreet.com/report/new/unresponsive_body.html @@ -8,5 +8,5 @@ reports from third party reporting sites such as FixMyStreet. </p> <p>We can make your report public, but we can’t send it to the council.</p> - <a href="[% c.cobrand.base_url %]/unresponsive?body=[% body_id %][% IF category %];category=[% category | uri %][% END %]">What can I do instead?</a> + <a href="[% c.cobrand.base_url %]/unresponsive?body=[% body_id %][% IF category %];category=[% category | uri %][% END %]" class="btn">What can I do instead?</a> </div> |