Files
notifications-admin/app/templates/views/dashboard/no-permissions-banner.html
Chris Hill-Scott d51ffe6b39 Use yellow warning banner for permissions message
The green bordered banner feels too much like ‘success’ or
‘confirmation’. Doesn’t feel like it’s something which just gives you
the status of a thing, or here’s a thing you should be aware of.
2017-07-27 11:52:54 +01:00

7 lines
259 B
HTML

{% from "components/banner.html" import banner_wrapper %}
{% call banner_wrapper(type="warning") %}
You only have permission to view this service. To send messages, edit
templates or manage team members, contact the person who invited you.
{% endcall %}