mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Make nav and page headings reflect permissions
> If you have the Edit templates permission but not the Send messages permission, the navigation should read > > - Text message templates > - Email templates > - Letter templates > > The page headings should also read > > - Text message templates > - Email templates > - Letter templates respectively https://www.pivotaltracker.com/story/show/115488955
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Send letters
|
||||
{% if current_user.has_permissions(['send_letters']) %}
|
||||
Send letters
|
||||
{% else %}
|
||||
Letter templates
|
||||
{% endif %}
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user