mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-10 05:14:05 -05:00
Add a back link to the conversation page
We must have missed this when adding back links to all the pages.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% from "components/ajax-block.html" import ajax_block %}
|
||||
{% from "components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% extends "withnav_template.html" %}
|
||||
|
||||
@@ -10,8 +11,10 @@
|
||||
|
||||
<div class="dashboard">
|
||||
|
||||
{{ govukBackLink({ "href": url_for("main.inbox", service_id=current_service.id) }) }}
|
||||
|
||||
<div class="bottom-gutter js-stick-at-top-when-scrolling">
|
||||
<h1 class="heading-large">
|
||||
<h1 class="heading-large govuk-!-margin-top-0">
|
||||
{{ user_number }}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user