mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 13:28:25 -04:00
619 - Removing all mention of emails from the pilot (#615)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="ajax-block-container">
|
||||
<div class="grid-row grid-gap">
|
||||
<div id="total-sms" class="grid-col-6">
|
||||
<div id="total-sms" class="grid-col-12">
|
||||
{{ big_number_with_status(
|
||||
statistics['sms']['requested'],
|
||||
statistics['sms']['requested']|message_count_label('sms', suffix='sent'),
|
||||
@@ -14,7 +14,7 @@
|
||||
smaller=True,
|
||||
) }}
|
||||
</div>
|
||||
<div id="total-email" class="grid-col-6">
|
||||
<!-- <div id="total-email" class="grid-col-6">
|
||||
<span class="big-number-with-status pilot-disabled">
|
||||
<a class="usa-link govuk-link--no-visited-state display-block margin-bottom-1">
|
||||
<span class="big-number-smaller">
|
||||
@@ -24,6 +24,6 @@
|
||||
</a>
|
||||
<span class="big-number-status">No failures</span>
|
||||
</span>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% from "components/big-number.html" import big_number %}
|
||||
|
||||
<div class='grid-row grid-gap ajax-block-container'>
|
||||
<div class='grid-col-6'>
|
||||
<div class='grid-col-12'>
|
||||
<div class="keyline-block">
|
||||
{% if sms_cost %}
|
||||
{{ big_number(
|
||||
@@ -15,9 +15,9 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class='grid-col-6 pilot-disabled'>
|
||||
<!-- <div class='grid-col-6 pilot-disabled'>
|
||||
<div class="keyline-block">
|
||||
{{ big_number("0", 'email disabled during SMS pilot', smaller=True) }}
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
@@ -39,16 +39,16 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<div class='govuk-grid-column-one-half pilot-disabled'>
|
||||
{# <div class='govuk-grid-column-one-half'>
|
||||
<h2 class='heading-small'>Emails</h2>
|
||||
<div class="keyline-block">
|
||||
{{ big_number(emails_sent, 'email disabled during SMS pilot', smaller=True) }}
|
||||
{{ big_number("", '', smaller=True) }}
|
||||
</div>
|
||||
</div>
|
||||
</div> #}
|
||||
</div>
|
||||
|
||||
<!-- <div class='govuk-grid-row'>
|
||||
{# <div class='govuk-grid-row'>
|
||||
<div class='govuk-grid-column-one-half'>
|
||||
<div class="keyline-block">
|
||||
{{ big_number(
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div> #}
|
||||
|
||||
{% if months %}
|
||||
<div class="dashboard-table usage-table body-copy-table margin-top-4">
|
||||
|
||||
Reference in New Issue
Block a user