mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Avoid linking sixpack directives when project loads.
This commit is contained in:
parent
5c8cdd22cc
commit
8157f68393
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-show="!project.features.versioning")
|
||||
.upgrade-prompt(ng-if="project.features.versioning === false")
|
||||
|
||||
div(sixpack-switch="teaser-history")
|
||||
.message(
|
||||
|
|
Loading…
Reference in a new issue