Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Prepend {{ .HTTPPath }} to /logout href (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: kenny <[email protected]>

Co-authored-by: Kenny <[email protected]>
  • Loading branch information
kdevu and kdevu authored Oct 1, 2020
1 parent adbfa3e commit dcdee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/commandline.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="light-blue blue" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">gangway</a>
<ul class="right hide-on-med-and-down">
<li><a href="/logout">Logout</a></li>
<li><a href="{{ .HTTPPath }}/logout">Logout</a></li>
</ul>

<ul id="nav-mobile" class="side-nav">
Expand Down

0 comments on commit dcdee42

Please sign in to comment.