Files
notifications-admin/app/templates/partials/count.html
Leo Hemsted c5f92eabfb add add one-off notification status
completely mimicks the job status page, and as such, all the code and
templates have been taken from the job page. This page performs
exactly the same as the job page for now

* total, sending, delivered, failed blue boxes (though they'll just
  read 0/1 for now.
* download report button (same as with job download, except without job
  or row number in file)
* removed references to scheduled
* kept references to help (aka tour/tutorial) as that'll eventually
  change over from a job to a one-off too
2017-06-16 15:28:17 +01:00

6 lines
156 B
HTML

{% from "components/pill.html" import pill %}
<div class="bottom-gutter ajax-block-container">
{{ pill(counts, request.args.get('status', '')) }}
</div>