webapp: Display an alert when there are XMPP remotes, and a cloud transfer repository needs to be configured.
This commit is contained in:
parent
39e979fb65
commit
77c82de4ea
13 changed files with 146 additions and 27 deletions
|
@ -26,7 +26,7 @@
|
|||
Make sure that your other devices are configured to access a #
|
||||
cloud repository, and that the same repository is enabled here #
|
||||
too.
|
||||
^{cloudrepolist}
|
||||
^{cloudRepoList}
|
||||
<h2>
|
||||
Add a cloud repository
|
||||
^{makeCloudRepositories True}
|
||||
|
|
17
templates/configurators/xmpp/needcloudrepo.hamlet
Normal file
17
templates/configurators/xmpp/needcloudrepo.hamlet
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div .span9 .hero-unit>
|
||||
<h2>
|
||||
☂ Configure a shared cloud repository
|
||||
$maybe name <- buddyname
|
||||
<p>
|
||||
You and #{name} have combined your repositores. But you can't open #
|
||||
each other's files yet. To start sharing files with #{name}, #
|
||||
you need a repository in the cloud, that you both can access.
|
||||
$nothing
|
||||
<p>
|
||||
You've combined the repositories on two or more of your devices. #
|
||||
But files are not flowing yet. To start sharing files #
|
||||
between your devices, you should set up a repository in the cloud.
|
||||
^{cloudRepoList}
|
||||
<h2>
|
||||
Add a cloud repository
|
||||
^{makeCloudRepositories True}
|
Loading…
Add table
Add a link
Reference in a new issue