mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 00:28:25 -04:00
Replace grid-row with govuk-grid-row
Replaced all instances of `grid-row` in the HTML and JavaScript with `govuk-grid-row`, which is the new GOV.UK Frontend class.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
<div class="grid-row">
|
||||
<div class="govuk-grid-row">
|
||||
<div class="column-five-sixths">
|
||||
|
||||
{{ page_header(
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
'Callbacks for received text messages',
|
||||
back_link=url_for('.api_callbacks', service_id=current_service.id)
|
||||
) }}
|
||||
<div class="grid-row">
|
||||
<div class="govuk-grid-row">
|
||||
<div class="column-five-sixths">
|
||||
<p>
|
||||
When you receive a text message in Notify, we can forward it to your system.
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
API integration
|
||||
</h1>
|
||||
|
||||
<nav class="grid-row bottom-gutter-1-2">
|
||||
<nav class="govuk-grid-row bottom-gutter-1-2">
|
||||
<div class="column-one-third">
|
||||
<a class="govuk-link govuk-link--no-visited-state pill-separate-item" href="{{ url_for('.api_keys', service_id=current_service.id) }}">API keys</a>
|
||||
</div>
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="govuk-grid-row">
|
||||
<div class="column-half">
|
||||
<h2 class="heading-small">
|
||||
Message log
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
{% call form_wrapper() %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="govuk-grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
{{ list_entry(
|
||||
|
||||
Reference in New Issue
Block a user