diff --git a/app/assets/stylesheets/views/users.scss b/app/assets/stylesheets/views/users.scss index 93a4631c3..0d774388a 100644 --- a/app/assets/stylesheets/views/users.scss +++ b/app/assets/stylesheets/views/users.scss @@ -1,6 +1,7 @@ .user-list { @include core-16; + margin-bottom: $gutter * 1.5; &-item { diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index 22d3cc12d..7e7ad0b30 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -8,7 +8,7 @@ {% block maincolumn_content %} -
+

API integration @@ -54,11 +54,11 @@ {% endif %} {% endcall %} -
+
{{ api_key(current_service.id, "Service ID", thing="service ID") }}
-

API clients

+

API clients

    {% for name, url in [ ('Java', 'https://github.com/alphagov/notifications-java-client'), diff --git a/app/templates/views/api-keys/revoke.html b/app/templates/views/api-keys/revoke.html index 4fe3880b9..847436035 100644 --- a/app/templates/views/api-keys/revoke.html +++ b/app/templates/views/api-keys/revoke.html @@ -8,22 +8,16 @@ {% block maincolumn_content %} -
    -
    +

    + Revoke API key +

    -

    - Revoke API key -

    - -

    - ‘{{ key_name }}’ will no longer let you connect to GOV.UK Notify. -

    -

    - You can’t undo this. -

    - -
    -
    +

    + ‘{{ key_name }}’ will no longer let you connect to GOV.UK Notify. +

    +

    + You can’t undo this. +

    {{ page_footer( diff --git a/app/templates/views/api-keys/show.html b/app/templates/views/api-keys/show.html index 75cd189ae..3191f8b31 100644 --- a/app/templates/views/api-keys/show.html +++ b/app/templates/views/api-keys/show.html @@ -8,20 +8,15 @@ {% block maincolumn_content %} -
    -
    -

    - New API key -

    +

    + New API key +

    -

    - Copy your key to somewhere safe. You won’t be able to see it again - once you leave this page. -

    - -
    -
    +

    + Copy your key to somewhere safe. You won’t be able to see it again + once you leave this page. +

    {{ api_key(secret, key_name) }} diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index 34dc100ab..00e955044 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -17,7 +17,7 @@ Manage users – GOV.UK Notify {% block maincolumn_content %} -
    +

    Team members @@ -30,7 +30,7 @@ Manage users – GOV.UK Notify {% endif %}

    -

    +

    Active

    diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html index f25a9baa5..ae5124491 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -8,9 +8,6 @@ {% block maincolumn_content %} -
    -
    -

    Request to go live

    @@ -60,7 +57,5 @@ {{ page_footer('Request to go live') }}

    -
    -
    {% endblock %} diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index a7de3fb7c..79f649253 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -35,7 +35,7 @@

    When you’re ready we can - {% if current_service %} + {% if current_service and current_user.has_permissions(['manage_settings'], admin_override=True) %} remove these restrictions. {% else %} remove these restrictions.