navbar improvements

This commit is contained in:
Garrett Mills 2019-07-24 16:46:17 -05:00
parent cbde363531
commit 6db56297dd
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ html
li.navbar-right
a#navbar-logout(href='/auth/logout') Logout
if show_back
li
li.navbar-right
a#navbar-back(href='javascript:window.history.back()') Back
block scripts

View File

@ -17,7 +17,7 @@ html
li.navbar-right
a#navbar-logout(href='/auth/logout') Logout
if show_back
li
li.navbar-right
a#navbar-back(href='javascript:window.history.back()') Back
.content
block content