Merge pull request #3318 from alphagov/back-link-received-text-messages

Add a back link to the received messages page
This commit is contained in:
Chris Hill-Scott
2020-02-20 14:00:35 +00:00
committed by GitHub
+5 -3
View File
@@ -1,4 +1,5 @@
{% from "components/ajax-block.html" import ajax_block %} {% from "components/ajax-block.html" import ajax_block %}
{% from "components/page-header.html" import page_header %}
{% extends "withnav_template.html" %} {% extends "withnav_template.html" %}
@@ -8,9 +9,10 @@
{% block maincolumn_content %} {% block maincolumn_content %}
<h1 class="heading-large"> {{ page_header(
Received text messages 'Received text messages',
</h1> back_link=url_for('main.service_dashboard', service_id=current_service.id)
) }}
{{ ajax_block( {{ ajax_block(
partials, partials,