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