mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-09 03:55:09 +00:00
Add check for OL host
This commit is contained in:
parent
f595009911
commit
a25464d925
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ block content
|
|||
aside.project-list-sidebar.col-md-2.col-xs-3
|
||||
include ./list/side-bar
|
||||
|
||||
if isShowingV1Projects
|
||||
if isShowingV1Projects && settings.overleaf && settings.overleaf.host
|
||||
.project-list-sidebar-v1-link.col-md-2.col-xs-3
|
||||
span Want to go back to the V1 dashboard?
|
||||
a.btn.btn-default(href=settings.overleaf.host + "/dash") Go back to V1
|
||||
|
|
Loading…
Reference in a new issue