mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Review usage of secondary/back links
This commit examines all the pages that use the page footer component, and determines whether they should have a back button, a secondary link, both or neither.
This commit is contained in:
@@ -26,8 +26,8 @@ GOV.UK Notify | Notifications activity
|
||||
</div>
|
||||
|
||||
{{ page_footer(
|
||||
back_link = url_for('.view_job', service_id=service_id, job_id=job_id),
|
||||
back_link_text = 'View other messages in this job'
|
||||
secondary_link = url_for('.view_job', service_id=service_id, job_id=job_id),
|
||||
secondary_link_text = 'View other messages in this job'
|
||||
) }}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user