Remove backslash from choose-reply page

Looks like it was missed out from when they were
all changed to chevrons:

https://github.com/alphagov/notifications-admin/commit/e731dd70d174318b8efadc5bfaf7c46136f93b16
This commit is contained in:
Tom Byers
2020-10-27 17:15:58 +00:00
parent a5c87367ee
commit ae24f7b707
@@ -44,7 +44,7 @@
{% for ancestor in item.ancestors %}
<a href="{{ url_for('.conversation_reply', service_id=current_service.id, notification_id=notification_id, from_folder=ancestor.id) }}" class="govuk-link govuk-link--no-visited-state template-list-folder">
{{ ancestor.name }}
</a> <span class="message-name-separator">/</span>
</a> <span class="message-name-separator"></span>
{% endfor %}
{% if item.is_folder %}
<a href="{{ url_for('.conversation_reply', service_id=current_service.id, notification_id=notification_id, from_folder=item.id) }}" class="govuk-link govuk-link--no-visited-state template-list-folder">