Skip to content

Commit

Permalink
Add clarification message for tax credit webchat
Browse files Browse the repository at this point in the history
Message to try and avoid people incorrectly using the webchat when they want a
different department.
  • Loading branch information
dwhenry authored and suzannehamilton committed Mar 20, 2018
1 parent 3bda9b4 commit ce89a51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/shared/_webchat.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<span class="js-webchat"
data-availability-url="<%= @content_item.webchat_availability_url %>"
data-open-url="<%= @content_item.webchat_open_url %>">
<% if @content_item.base_path == '/government/organisations/hm-revenue-customs/contact/tax-credits-enquiries' %>
Advisers can only talk to you about Child Tax Credit and Working Tax Credit.
They won't be able to transfer you to another webchat team.
<br/>
<br/>
<% end %>
<span class="js-webchat-advisers-error">
Webchat is unavailable at the moment because of technical problems.
</span>
Expand Down

0 comments on commit ce89a51

Please sign in to comment.