Skip to content

Commit

Permalink
[Bexley] Update contact link to be in config.
Browse files Browse the repository at this point in the history
For FD-5185.
  • Loading branch information
dracos committed Mar 3, 2025
1 parent ea29456 commit b30a861
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/email/bexley/alert-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 style="[% h1_style %]">New updates on <a href="[% problem_url %]">[% is_miss
[%~ INCLUDE '_email_comment_list.html' %]
[% IF is_missed_collection || is_container_request %]
<p style="border-bottom: 1px solid #D2D2D2; padding-bottom: 20px; margin: 20px auto; text-align: center">
<a style="[% button_style %]" href="https://mybexley.bexley.gov.uk/service/rubbish_and_recycling_enquiries">
<a style="[% button_style %]" href="[% cobrand.feature('waste_features').contact_us_link %]">
Contact us
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/email/bexley/waste/other-reported.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
[% END %]

<p style="margin: 20px auto; text-align: center">
<a style="[% button_style %]" href="https://mybexley.bexley.gov.uk/service/rubbish_and_recycling_enquiries">
<a style="[% button_style %]" href="[% cobrand.feature('waste_features').contact_us_link %]">
Contact us
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/email/bexley/waste/other-reported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We will look into your enquiry and get back to you as soon as possible.
If you need to contact us about this enquiry, please quote your reference number.
[% END %]

Contact us: https://mybexley.bexley.gov.uk/service/rubbish_and_recycling_enquiries
Contact us: [% cobrand.feature('waste_features').contact_us_link %]

[% INCLUDE 'waste/_report_details.txt' %]

Expand Down
2 changes: 1 addition & 1 deletion templates/web/bexley/waste/_more_services_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3>More services</h3>
[% IF show_garden_subscribe %]
<li><a href="[% c.uri_for_action('waste/garden', [ property.id ]) %]">Subscribe to [% c.cobrand.garden_service_name %]</a></li>
[% END %]
<li><a [% external_new_tab | safe %] href="https://mybexley.bexley.gov.uk/service/rubbish_and_recycling_enquiries">Report an issue with your collection service</a></li>
<li><a [% external_new_tab | safe %] href="[% waste_features.contact_us_link %]">Report an issue with your collection service</a></li>

[% IF property.is_communal OR NOT service_data.size %]
<li><a href="[% c.uri_for_action('waste/enquiry', [ property.id ]) %]?category=Replacement+bin+enquiry">Order replacement bins, boxes or sacks</a></li>
Expand Down

0 comments on commit b30a861

Please sign in to comment.