mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 16:39:49 -04:00
more accurate css classes
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
{% from "components/button/macro.njk" import govukButton %}
|
||||
|
||||
{% set title_status = '' %}
|
||||
{% set page_title = (
|
||||
(title_status + 99|message_count_label(message_type, suffix='')) | capitalize
|
||||
(99|message_count_label(message_type, suffix='')) | capitalize
|
||||
if current_user.has_permissions('view_activity')
|
||||
else 'Sent messages'
|
||||
) %}
|
||||
|
||||
Reference in New Issue
Block a user