31 lines
948 B
Text
31 lines
948 B
Text
<div .span9 .hero-unit>
|
|
$if inprogress
|
|
<h2>
|
|
Pairing in progress ...
|
|
<p>
|
|
$maybe name <- friend
|
|
A pair request has been sent to #{name}. It's up to them #
|
|
to accept it and finish pairing.
|
|
$nothing
|
|
A pair request has been sent to all other devices using your jabber #
|
|
account.
|
|
$else
|
|
Pair request accepted.
|
|
<h2>
|
|
Configure a shared cloud repository
|
|
$maybe name <- friend
|
|
<p>
|
|
☂ To share files with #{name}, you'll need a repository in #
|
|
the cloud, that you both can access.
|
|
$nothing
|
|
<p>
|
|
☂ To share files with your other devices, when they're not #
|
|
nearby, you'll need a repository in the cloud.
|
|
<p>
|
|
Make sure that your other devices are configured to access a #
|
|
cloud repository, and that the same repository is enabled here #
|
|
too.
|
|
^{cloudrepolist}
|
|
<h2>
|
|
Add a cloud repository
|
|
^{makeCloudRepositories}
|