mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Changed deactivate service to archive service.
need to deploy https://github.com/alphagov/notifications-api/pull/808 first
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
</li>
|
||||
{% if current_service.active %}
|
||||
<li class="bottom-gutter">
|
||||
<a href="{{ url_for('.deactivate_service', service_id=current_service.id) }}" class="button">
|
||||
<a href="{{ url_for('.archive_service', service_id=current_service.id) }}" class="button">
|
||||
Archive service
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user