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:
Chris Hill-Scott
2016-02-01 11:33:31 +00:00
parent 3617f2e936
commit 90077f1d8b

View File

@@ -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>