Chris Hill-Scott
24b579418f
Replace message count macros with formatters
...
We prefer formatters now. Removing uses of the aliasing macro lets
remove it entirely.
2021-01-07 14:53:12 +00:00
Katie Smith
07bcb4220e
Replace column-one-third with govuk-grid-column-one-third
...
Also replaces `column-third`, with `govuk-grid-column-one-third`, since
this appears to be an alias of `column-one-third`.
2020-03-06 11:11:41 +00:00
Katie Smith
b9b9a138f9
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.
2020-03-06 11:11:41 +00:00
Rebecca Law
4acfd4101f
Add letter counts to the platform admin page.
...
The big number counts are based on how many messages have been delivered. For letters we are using the requested count.
2017-11-01 16:33:06 +00:00
chrisw
43395bc9d9
Added letters info to service / admin dashboard & activity page
2017-10-03 10:28:34 +01:00
Chris Hill-Scott
26b333512c
Add separate pages to view live/trial services
...
We have a lot of services now. Mostly we want to look at what live
services are doing. So loading up the trial mode services every time
slows things – generating, rendering and using the page – right down.
This commit adds two new pages, one to view only live services, and one
to view trial mode services.
2017-07-26 07:56:19 +01:00