mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Don’t call the dashboard a dashboard
I reckon that having the name of the service link to the dashboard is clear enough, and it avoids having to introduce a new word.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<nav class="navigation">
|
||||
<h2 class="navigation-service-name">
|
||||
{{ session.get('service_name', 'Choose service') }}
|
||||
<a href="{{ url_for('.service_dashboard', service_id=service_id) }}">{{ session.get('service_name', 'Service') }}</a>
|
||||
</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('.service_dashboard', service_id=service_id) }}">Dashboard</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('.send_sms', service_id=service_id) }}">Send text messages</a></li>
|
||||
<li><a href="{{ url_for('.send_email', service_id=service_id) }}">Send emails</a></li>
|
||||
|
||||
Reference in New Issue
Block a user