diff options
Diffstat (limited to 'templates/web/bathnes')
-rw-r--r-- | templates/web/bathnes/around/intro.html | 3 | ||||
-rw-r--r-- | templates/web/bathnes/report/_inspect_reject_button.html | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/bathnes/around/intro.html b/templates/web/bathnes/around/intro.html index 06965b0ac..19a78d800 100644 --- a/templates/web/bathnes/around/intro.html +++ b/templates/web/bathnes/around/intro.html @@ -1 +1,2 @@ -<h1>Report problems on the road</h1> +<h1>Report a problem<br /> +Roads, pavements, and parks</h1> diff --git a/templates/web/bathnes/report/_inspect_reject_button.html b/templates/web/bathnes/report/_inspect_reject_button.html new file mode 100644 index 000000000..33b3a9d80 --- /dev/null +++ b/templates/web/bathnes/report/_inspect_reject_button.html @@ -0,0 +1,3 @@ +<p> + <a href="[% c.uri_for( '/contact', { id => problem.id, reject => 1 } ) %]" class="btn btn--block">Council Connect Return</a> +</p> |