summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/dashboard/nav.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/nav.html.tmpl b/app/views/dashboard/nav.html.tmpl
index a420773..c43ea48 100644
--- a/app/views/dashboard/nav.html.tmpl
+++ b/app/views/dashboard/nav.html.tmpl
@@ -1,6 +1,6 @@
<nav>
<ul>
- <li><strong>SparkleLab✨</strong></li>
+ <li><strong><a href="/" class="secondary">SparkleLab✨</a></strong></li>
</ul>
<ul>
{{ if .IsLoggedIn }}
@@ -10,8 +10,8 @@
{{ .CurrentUser.Username }}
</summary>
<ul dir="rtl">
+ <li><a href="/dashboard">Dashboard</a></li>
<li><a href="{{ .CurrentUser.ProfileURL }}">Profile</a></li>
- <li><a href="#">Settings</a></li>
<li>
<form action="/session/destroy" method="post">
<input type="submit" value="Logout">