mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Show link to service history in the settings page
Based on discussion in [^1]. [^1]: https://github.com/alphagov/notifications-admin/pull/4157
This commit is contained in:
@@ -471,6 +471,12 @@
|
||||
Suspend service
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span class="page-footer-link">
|
||||
<a href="{{ url_for('.history', service_id=current_service.id) }}" class="govuk-link govuk-link--no-visited-state page-footer-link">
|
||||
Service history
|
||||
</a>
|
||||
</span>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
@@ -485,6 +491,12 @@
|
||||
Resume service
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span class="page-footer-link">
|
||||
<a href="{{ url_for('.history', service_id=current_service.id) }}" class="govuk-link govuk-link--no-visited-state page-footer-link">
|
||||
Service history
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user