mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Improve condition to avoid linking sixpack directives when project loads.
This commit is contained in:
parent
8157f68393
commit
4721fd450c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
div#history(ng-show="ui.view == 'history'")
|
||||
span(ng-controller="HistoryPremiumPopup")
|
||||
.upgrade-prompt(ng-if="project.features.versioning === false")
|
||||
.upgrade-prompt(ng-if="project.features.versioning === false && ui.view === 'history'")
|
||||
|
||||
div(sixpack-switch="teaser-history")
|
||||
.message(
|
||||
|
|
Loading…
Reference in a new issue