mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -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:
@@ -14,11 +14,7 @@
|
||||
|
||||
<form method="post">
|
||||
{{ textbox(key_name, hint='eg CRM application') }}
|
||||
{{ page_footer(
|
||||
'Continue',
|
||||
back_link=url_for('.api_keys', service_id=service_id),
|
||||
back_link_text='Back to API keys'
|
||||
) }}
|
||||
{{ page_footer('Continue') }}
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
</div>
|
||||
|
||||
{{ page_footer(
|
||||
back_link=url_for('.api_keys', service_id=service_id),
|
||||
back_link_text='Back to API keys'
|
||||
secondary_link=url_for('.api_keys', service_id=service_id),
|
||||
secondary_link_text='Back to API keys'
|
||||
) }}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user