Show project path in Dropbox folder

This commit is contained in:
James Allen 2014-07-31 13:03:34 +01:00
parent e6c04bbeeb
commit bc2147993a

View file

@ -5,7 +5,7 @@ script(type="text/ng-template", id="dropboxModalTemplate")
data-dismiss="modal" data-dismiss="modal"
ng-click="cancel()" ng-click="cancel()"
) × ) ×
h3 Dropbox link h3 Dropbox Sync
.modal-body.modal-body-share .modal-body.modal-body-share
div(ng-show="dbState.gotLinkStatus") div(ng-show="dbState.gotLinkStatus")
@ -21,9 +21,12 @@ script(type="text/ng-template", id="dropboxModalTemplate")
div(ng-show="dbState.hasDropboxFeature && dbState.userIsLinkedToDropbox") div(ng-show="dbState.hasDropboxFeature && dbState.userIsLinkedToDropbox")
progressbar.progress-striped.active(value='dbState.percentageLeftTillNextPoll', type="info") progressbar.progress-striped.active(value='dbState.percentageLeftTillNextPoll', type="info")
span p
strong {{dbState.minsTillNextPoll}} minutes 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") div.text-center(ng-hide="dbState.hasDropboxFeature")
p You need to upgrade your account to link to dropbox. 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. | Please refresh this page after starting your free trial.
div(ng-hide="dbState.gotLinkStatus") div(ng-hide="dbState.gotLinkStatus")
span.small   checking dropbox status  
i.fa.fa-refresh.fa-spin i.fa.fa-refresh.fa-spin
span.small   Checking dropbox status