mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 01:41:41 +00:00
Show project path in Dropbox folder
This commit is contained in:
parent
e6c04bbeeb
commit
bc2147993a
1 changed files with 7 additions and 4 deletions
|
@ -5,7 +5,7 @@ script(type="text/ng-template", id="dropboxModalTemplate")
|
|||
data-dismiss="modal"
|
||||
ng-click="cancel()"
|
||||
) ×
|
||||
h3 Dropbox link
|
||||
h3 Dropbox Sync
|
||||
.modal-body.modal-body-share
|
||||
|
||||
div(ng-show="dbState.gotLinkStatus")
|
||||
|
@ -21,9 +21,12 @@ script(type="text/ng-template", id="dropboxModalTemplate")
|
|||
|
||||
div(ng-show="dbState.hasDropboxFeature && dbState.userIsLinkedToDropbox")
|
||||
progressbar.progress-striped.active(value='dbState.percentageLeftTillNextPoll', type="info")
|
||||
span
|
||||
p
|
||||
strong {{dbState.minsTillNextPoll}} minutes
|
||||
span until dropbox is next checked for changes.
|
||||
span until Dropbox is next checked for changes.
|
||||
p.small
|
||||
| This project will appear in your Dropbox folder at
|
||||
strong Dropbox/sharelatex/{{ project.name }}
|
||||
|
||||
div.text-center(ng-hide="dbState.hasDropboxFeature")
|
||||
p You need to upgrade your account to link to dropbox.
|
||||
|
@ -33,8 +36,8 @@ script(type="text/ng-template", id="dropboxModalTemplate")
|
|||
| Please refresh this page after starting your free trial.
|
||||
|
||||
div(ng-hide="dbState.gotLinkStatus")
|
||||
span.small checking dropbox status
|
||||
i.fa.fa-refresh.fa-spin
|
||||
span.small Checking dropbox status
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue