mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04: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">
|
<nav class="navigation">
|
||||||
<h2 class="navigation-service-name">
|
<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>
|
</h2>
|
||||||
<ul>
|
|
||||||
<li><a href="{{ url_for('.service_dashboard', service_id=service_id) }}">Dashboard</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ url_for('.send_sms', service_id=service_id) }}">Send text messages</a></li>
|
<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>
|
<li><a href="{{ url_for('.send_email', service_id=service_id) }}">Send emails</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user