mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove left-hand panel experiment.
This commit is contained in:
parent
6a1f0de912
commit
53c6e48da9
1 changed files with 36 additions and 84 deletions
|
@ -287,9 +287,8 @@ block content
|
|||
sixpack-convert="payment-left-menu-bottom"
|
||||
) {{ paymentMethod === 'credit_card' ? '#{translate("upgrade_cc_btn")}' : '#{translate("upgrade_paypal_btn")}' }}
|
||||
|
||||
span(sixpack-switch="payment-left-menu-bottom")
|
||||
|
||||
.col-md-3.col-md-pull-4(sixpack-default)
|
||||
.col-md-3.col-md-pull-4
|
||||
if showStudentPlan == 'true'
|
||||
a.btn-primary.btn.plansPageStudentLink(
|
||||
href,
|
||||
|
@ -330,53 +329,6 @@ block content
|
|||
img(src="https://www.positivessl.com/images-new/PositiveSSL_tl_trans.png" alt="SSL Certificate" title="SSL Certificate" border="0")
|
||||
div(style="font-family: arial;font-weight:bold;font-size:15px;color:#86BEE0;")
|
||||
a(href="https://www.positivessl.com" style="color:#86BEE0; text-decoration: none;")
|
||||
.col-md-3.col-md-pull-4(sixpack-when="bolder")
|
||||
if showStudentPlan == 'true'
|
||||
a.btn-primary.btn.plansPageStudentLink(
|
||||
href,
|
||||
ng-click="switchToStudent()"
|
||||
) #{translate("half_price_student")}
|
||||
|
||||
.card.card-first
|
||||
.paymentPageFeatures
|
||||
.page-header
|
||||
h2 #{translate("features")}
|
||||
h3.feature
|
||||
.features-check: i.fa.fa-check
|
||||
.features-copy #{translate("unlimited_projects")}
|
||||
|
||||
h3.feature
|
||||
.features-check: i.fa.fa-check
|
||||
.features-copy
|
||||
if plan.features.collaborators == -1
|
||||
- var collaboratorCount = 'Unlimited'
|
||||
else
|
||||
- var collaboratorCount = plan.features.collaborators
|
||||
| #{translate("collabs_per_proj", {collabcount:collaboratorCount})}
|
||||
|
||||
h3.feature
|
||||
.features-check: i.fa.fa-check
|
||||
.features-copy #{translate("full_doc_history")}
|
||||
|
||||
h3.feature
|
||||
.features-check: i.fa.fa-check
|
||||
.features-copy #{translate("sync_to_dropbox")}
|
||||
|
||||
h3.feature
|
||||
.features-check: i.fa.fa-check
|
||||
.features-copy #{translate("sync_to_github")}
|
||||
h3.feature
|
||||
.features-check: i.fa.fa-check
|
||||
.features-copy #{translate("compile_larger_projects")}
|
||||
hr
|
||||
|
||||
h2.text-center 30 Day Guarantee
|
||||
hr
|
||||
span
|
||||
a(href="https://www.positivessl.com" style="font-family: arial; font-size: 10px; color: #212121; text-decoration: none;")
|
||||
img(src="https://www.positivessl.com/images-new/PositiveSSL_tl_trans.png" alt="SSL Certificate" title="SSL Certificate" border="0")
|
||||
div(style="font-family: arial;font-weight:bold;font-size:15px;color:#86BEE0;")
|
||||
a(href="https://www.positivessl.com" style="color:#86BEE0; text-decoration: none;")
|
||||
|
||||
|
||||
script(type="text/javascript").
|
||||
|
|
Loading…
Reference in a new issue