mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2906 from alphagov/auto-service-counts
Automate counting of live services and orgs
This commit is contained in:
@@ -115,17 +115,17 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-page-section">
|
||||
<div class="with-keyline bottom-gutter-2">
|
||||
<div class="with-keyline bottom-gutter-2" id="whos-using-notify">
|
||||
<h2>Who’s using GOV.UK Notify</h2>
|
||||
<div class="grid-row bottom-gutter">
|
||||
<div class="column-half">
|
||||
<h3 class="visually-hidden">Services</h3>
|
||||
<div class="product-page-big-number">745</div>
|
||||
<div class="product-page-big-number">{{ counts.services }}</div>
|
||||
services
|
||||
</div>
|
||||
<div class="column-half">
|
||||
<h3 class="visually-hidden">Organisations</h3>
|
||||
<div class="product-page-big-number">233</div>
|
||||
<div class="product-page-big-number">{{ counts.organisations }}</div>
|
||||
organisations
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user