Remove backslash from choose-reply page

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

e731dd70d1
This commit is contained in:
Tom Byers
2020-10-27 16:19:37 +00:00
parent a5c87367ee
commit ae24f7b707

View File

@@ -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">