mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #3695 from alphagov/back-link-conversation
Add a back link to the conversation 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/back-link/macro.njk" import govukBackLink %}
|
||||||
|
|
||||||
{% extends "withnav_template.html" %}
|
{% extends "withnav_template.html" %}
|
||||||
|
|
||||||
@@ -10,8 +11,10 @@
|
|||||||
|
|
||||||
<div class="dashboard">
|
<div class="dashboard">
|
||||||
|
|
||||||
|
{{ govukBackLink({ "href": url_for("main.inbox", service_id=current_service.id) }) }}
|
||||||
|
|
||||||
<div class="bottom-gutter js-stick-at-top-when-scrolling">
|
<div class="bottom-gutter js-stick-at-top-when-scrolling">
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large govuk-!-margin-top-0">
|
||||||
{{ user_number }}
|
{{ user_number }}
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user