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:
Chris Hill-Scott
2016-02-05 10:24:43 +00:00
parent f5807d939a
commit 0fc927b458
10 changed files with 18 additions and 19 deletions

View File

@@ -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 %}