From 6db56297ddf299da046ee10d63e230b41b54877e Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 24 Jul 2019 16:46:17 -0500 Subject: [PATCH] navbar improvements --- app/views/dash_v1/editor_template.pug | 2 +- app/views/dash_v1/template.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dash_v1/editor_template.pug b/app/views/dash_v1/editor_template.pug index d687cf0..2d4c7f1 100644 --- a/app/views/dash_v1/editor_template.pug +++ b/app/views/dash_v1/editor_template.pug @@ -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 \ No newline at end of file diff --git a/app/views/dash_v1/template.pug b/app/views/dash_v1/template.pug index 3e1c454..d988c6f 100644 --- a/app/views/dash_v1/template.pug +++ b/app/views/dash_v1/template.pug @@ -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