mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Tweak spacing on API keys page
Splits the clients section out a bit more clearly.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
<div class="grid-row bottom-gutter-1-2">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
API integration
|
API integration
|
||||||
@@ -54,11 +54,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
<div class="bottom-gutter">
|
<div class="bottom-gutter-2">
|
||||||
{{ api_key(current_service.id, "Service ID", thing="service ID") }}
|
{{ api_key(current_service.id, "Service ID", thing="service ID") }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="heading-small">API clients</h2>
|
<h2 class="heading-medium">API clients</h2>
|
||||||
<ul class="list list-bullet">
|
<ul class="list list-bullet">
|
||||||
{% for name, url in [
|
{% for name, url in [
|
||||||
('Java', 'https://github.com/alphagov/notifications-java-client'),
|
('Java', 'https://github.com/alphagov/notifications-java-client'),
|
||||||
|
|||||||
Reference in New Issue
Block a user