mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use hardcoded OL url instead of settings - no point in linking to staging faq
This commit is contained in:
parent
96af59d6b5
commit
2b3b8b2c3b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ block content
|
||||||
|
|
||||||
if isShowingV1Projects && settings.overleaf && settings.overleaf.host
|
if isShowingV1Projects && settings.overleaf && settings.overleaf.host
|
||||||
.project-list-sidebar-v2-pane.col-md-2.col-xs-3
|
.project-list-sidebar-v2-pane.col-md-2.col-xs-3
|
||||||
span Welcome to the Overleaf v2 alpha! #[a.project-list-sidebar-faq(href=settings.overleaf.host + "/help/v2") Find out more].
|
span Welcome to the Overleaf v2 alpha! #[a.project-list-sidebar-faq(href="https://www.overleaf.com/help/v2") Find out more].
|
||||||
span To tag or rename your v1 projects, please go back to Overleaf v1.
|
span To tag or rename your v1 projects, please go back to Overleaf v1.
|
||||||
a.project-list-sidebar-v1-link.btn.btn-default(
|
a.project-list-sidebar-v1-link.btn.btn-default(
|
||||||
href=settings.overleaf.host + "/dash?prefer-v1-dash=1"
|
href=settings.overleaf.host + "/dash?prefer-v1-dash=1"
|
||||||
|
|
Loading…
Reference in a new issue