mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Add a back link to the received messages page
It’s not a top level page (sits within the dashboard) so it should link back to its parent page.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user