mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 06:12:09 +00:00
remove left-menu-upgraed-rotation ab test
This commit is contained in:
parent
11a097c9a6
commit
fde9ab60cc
1 changed files with 9 additions and 44 deletions
|
@ -109,8 +109,7 @@
|
||||||
) #{translate("complete")}
|
) #{translate("complete")}
|
||||||
|
|
||||||
|
|
||||||
.row-spaced(ng-if="hasProjects && userHasNoSubscription", ng-cloak, sixpack-switch="left-menu-upgraed-rotation").text-centered
|
.row-spaced(ng-if="hasProjects && userHasNoSubscription", ng-cloak).text-centered
|
||||||
span(sixpack-default).text-centered
|
|
||||||
hr
|
hr
|
||||||
p.small #{translate("on_free_sl")}
|
p.small #{translate("on_free_sl")}
|
||||||
p
|
p
|
||||||
|
@ -119,41 +118,7 @@
|
||||||
| #{translate("or_unlock_features_bonus")}
|
| #{translate("or_unlock_features_bonus")}
|
||||||
a(href="/user/bonus") #{translate("sharing_sl")} .
|
a(href="/user/bonus") #{translate("sharing_sl")} .
|
||||||
|
|
||||||
span(sixpack-when="random").text-centered
|
|
||||||
span(ng-if="randomView == 'default'")
|
|
||||||
hr
|
|
||||||
p.small #{translate("on_free_sl")}
|
|
||||||
p
|
|
||||||
a(href="/user/subscription/plans", sixpack-convert="left-menu-upgraed-rotation").btn.btn-primary #{translate("upgrade")}
|
|
||||||
p.small.text-centered
|
|
||||||
| #{translate("or_unlock_features_bonus")}
|
|
||||||
a(href="/user/bonus") #{translate("sharing_sl")} .
|
|
||||||
|
|
||||||
span(ng-if="randomView == 'dropbox'")
|
|
||||||
hr
|
|
||||||
.card.card-thin
|
|
||||||
p
|
|
||||||
span Get Dropbox Sync
|
|
||||||
p
|
|
||||||
img(src=buildImgPath("dropbox/simple_logo.png"))
|
|
||||||
p
|
|
||||||
a(href="/user/subscription/plans", sixpack-convert="left-menu-upgraed-rotation").btn.btn-primary #{translate("upgrade")}
|
|
||||||
p.small.text-centered
|
|
||||||
| #{translate("or_unlock_features_bonus")}
|
|
||||||
a(href="/user/bonus") #{translate("sharing_sl")} .
|
|
||||||
|
|
||||||
span(ng-if="randomView == 'github'")
|
|
||||||
hr
|
|
||||||
.card.card-thin
|
|
||||||
p
|
|
||||||
span Get Github Sync
|
|
||||||
p
|
|
||||||
img(src=buildImgPath("github/octocat.jpg"))
|
|
||||||
p
|
|
||||||
a(href="/user/subscription/plans", sixpack-convert="left-menu-upgraed-rotation").btn.btn-primary #{translate("upgrade")}
|
|
||||||
p.small.text-centered
|
|
||||||
| #{translate("or_unlock_features_bonus")}
|
|
||||||
a(href="/user/bonus") #{translate("sharing_sl")} .
|
|
||||||
script.
|
script.
|
||||||
window.userHasNoSubscription = #{!!(settings.enableSubscriptions && !hasSubscription)}
|
window.userHasNoSubscription = #{!!(settings.enableSubscriptions && !hasSubscription)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue