mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 20:21:59 +00:00
added more long form list of features on track changes upgrade
This commit is contained in:
parent
0ef8d77ce3
commit
77d349dd8f
1 changed files with 54 additions and 12 deletions
|
@ -1,17 +1,59 @@
|
||||||
div#trackChanges(ng-show="ui.view == 'track-changes'")
|
div#trackChanges(ng-show="ui.view == 'track-changes'")
|
||||||
|
span(sixpack-switch="track_changes_feature_info")
|
||||||
|
span(sixpack-default)
|
||||||
.upgrade-prompt(ng-show="!project.features.versioning")
|
.upgrade-prompt(ng-show="!project.features.versioning")
|
||||||
.message(ng-show="project.owner._id == user.id")
|
.message(ng-show="project.owner._id == user.id")
|
||||||
|
|
||||||
p #{translate("need_to_upgrade_for_history")}
|
p #{translate("need_to_upgrade_for_history")}
|
||||||
p(ng-controller="FreeTrialModalController")
|
p(ng-controller="FreeTrialModalController")
|
||||||
a.btn(
|
a.btn(
|
||||||
href
|
href
|
||||||
ng-class="buttonClass"
|
ng-class="buttonClass"
|
||||||
|
sixpack-convert="track_changes_feature_info"
|
||||||
ng-click="startFreeTrial('track-changes')"
|
ng-click="startFreeTrial('track-changes')"
|
||||||
) #{translate("start_free_trial")}
|
) #{translate("start_free_trial")}
|
||||||
|
|
|
|
||||||
a.small(href, ng-click="toggleTrackChanges()") #{translate("cancel")}
|
a.small(href, ng-click="toggleTrackChanges()") #{translate("cancel")}
|
||||||
p.small(ng-show="startedFreeTrial") #{translate("refresh_page_after_starting_free_trial")}
|
p.small(ng-show="startedFreeTrial") #{translate("refresh_page_after_starting_free_trial")}
|
||||||
|
|
||||||
|
.upgrade-prompt(ng-show="!project.features.versioning", sixpack-when="longform")
|
||||||
|
.message(ng-show="project.owner._id == user.id")
|
||||||
|
|
||||||
|
p Upgrade to see your Entire Project History, plus:
|
||||||
|
p.small(ng-show="startedFreeTrial") #{translate("refresh_page_after_starting_free_trial")}
|
||||||
|
h4
|
||||||
|
i.fa.fa-check
|
||||||
|
| #{translate("unlimited_projects")}
|
||||||
|
|
||||||
|
h4
|
||||||
|
i.fa.fa-check
|
||||||
|
| #{translate("collabs_per_proj", {collabcount:'Multiple'})}
|
||||||
|
|
||||||
|
h4
|
||||||
|
i.fa.fa-check
|
||||||
|
| #{translate("full_doc_history")}
|
||||||
|
|
||||||
|
h4
|
||||||
|
i.fa.fa-check
|
||||||
|
| #{translate("sync_to_dropbox")}
|
||||||
|
|
||||||
|
h4
|
||||||
|
i.fa.fa-check
|
||||||
|
| #{translate("sync_to_github")}
|
||||||
|
|
||||||
|
h4
|
||||||
|
i.fa.fa-check
|
||||||
|
|#{translate("Compile Larger Projects")}
|
||||||
|
|
||||||
|
p(ng-controller="FreeTrialModalController")
|
||||||
|
a.btn.btn-success(
|
||||||
|
href
|
||||||
|
ng-class="buttonClass"
|
||||||
|
sixpack-convert="track_changes_feature_info"
|
||||||
|
ng-click="startFreeTrial('track-changes')"
|
||||||
|
) #{translate("start_free_trial")}
|
||||||
|
|
||||||
|
|
||||||
.message(ng-show="project.owner._id != user.id")
|
.message(ng-show="project.owner._id != user.id")
|
||||||
p #{translate("ask_proj_owner_to_upgrade_for_history")}
|
p #{translate("ask_proj_owner_to_upgrade_for_history")}
|
||||||
p
|
p
|
||||||
|
|
Loading…
Reference in a new issue