Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions app/views/csr_table/suppliers/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
.cads-prose
%p
If you’re thinking of switching, you should check how well different energy suppliers deal with customer service.
%p
We’ve compared the largest suppliers across 3 different categories and ranked their customer services. We’ve scored each supplier out of 5.
= link_to("Find out how the scores are worked out.", country_url("/consumer/energy/energy-supply/get-a-better-energy-deal/compare-domestic-energy-suppliers-customer-service1/how-the-scores-are-worked-out/"))
- if Feature.enabled?("FF_NEW_CSR_DATA")
%p
We’ve compared the largest suppliers across 4 different categories and ranked their customer services. We’ve scored each supplier out of 5.
= link_to("Find out how the scores are worked out.", country_url("/consumer/energy/energy-supply/get-a-better-energy-deal/compare-domestic-energy-suppliers-customer-service1/how-the-scores-are-worked-out/"))
- else
%p
We’ve compared the largest suppliers across 3 different categories and ranked their customer services. We’ve scored each supplier out of 5.
= link_to("Find out how the scores are worked out.", country_url("/consumer/energy/energy-supply/get-a-better-energy-deal/compare-domestic-energy-suppliers-customer-service1/how-the-scores-are-worked-out/"))
%h2
Scores for #{quarter_date.body}

Expand Down
Loading