mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:58:25 -04:00
Replace column-half with govuk-grid-column-one-half
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% from 'components/message-count-label.html' import message_count_label %}
|
||||
|
||||
<div class="govuk-grid-row bottom-gutter-2-3">
|
||||
<div class="column-half">
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<div class="keyline-block">
|
||||
{{ big_number(
|
||||
job.notification_count,
|
||||
@@ -11,7 +11,7 @@
|
||||
)}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column-half">
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<div class="keyline-block">
|
||||
{{ big_number(
|
||||
job.letter_timings.earliest_delivery|string|format_date_short,
|
||||
|
||||
Reference in New Issue
Block a user