summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard')
-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 c43ea48..c9c4a84 100644
--- a/app/views/dashboard/nav.html.tmpl
+++ b/app/views/dashboard/nav.html.tmpl
@@ -13,7 +13,7 @@
<li><a href="/dashboard">Dashboard</a></li>
<li><a href="{{ .CurrentUser.ProfileURL }}">Profile</a></li>
<li>
- <form action="/session/destroy" method="post">
+ <form action="/signout" method="post">
<input type="submit" value="Logout">
</form>
</li>
@@ -21,7 +21,7 @@
</details>
</li>
{{ else }}
- <li><a href="/session/new" class="secondary">Login</a></li>
+ <li><a href="/dashboard" class="secondary">Login</a></li>
{{ end }}
</ul>
</nav>