git-annex/templates/configurators/xmpp/buddylist.hamlet

32 lines
813 B
Text
Raw Normal View History

2012-11-02 21:13:06 -04:00
<div .span9 ##{ident}>
<table .table>
<tbody>
$if null buddies
<tr>
<td>
Nobody is currently available.
$else
2012-11-10 16:35:09 -04:00
$forall (name, away, canpair, paired, buddyid) <- buddies
2012-11-02 21:13:06 -04:00
<tr>
<td>
<i .icon-user></i> #
$if away
<span .muted>
#{name}
$else
#{name}
<td>
$if away
<span .muted>
away
2012-11-02 21:13:06 -04:00
$else
2012-11-10 16:35:09 -04:00
$if paired
<span .label .label-success>
paired
$else
2012-11-10 16:35:09 -04:00
$if canpair
2012-11-11 17:41:56 -04:00
<a .btn .btn-primary .btn-small href="@{RunningXMPPPairR buddyid}">
2012-11-10 16:35:09 -04:00
Start pairing
$else
not using git-annex