aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2016-10-14 17:59:53 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-05-31 16:52:32 +0100
commitbd860a6d8d5c72f82e52b96842115668a07d0b70 (patch)
tree67b354db607fa45bde692e0b80c2281eba9799f5 /templates
parent5be830a2b20e7b8ff9abd67e818f15e95ae39ea6 (diff)
Consistent styling for buttons in .box-warning
Diffstat (limited to 'templates')
-rw-r--r--templates/web/fixmystreet.com/report/new/unresponsive_body.html2
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>