mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 05:32:37 +00:00
Add query param to mark as explicitly using V1 dash
This commit is contained in:
parent
65b7b242d9
commit
1fd518ec58
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ block content
|
|||
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
|
||||
a.btn.btn-default(href=settings.overleaf.host + "/dash?remember-dash=1")
|
||||
| Go back to V1
|
||||
|
||||
.project-list-main.col-md-10.col-xs-9
|
||||
include ./list/notifications
|
||||
|
|
Loading…
Reference in a new issue