This commit is contained in:
Joey Hess 2012-07-29 21:58:01 -04:00
parent de792c35e4
commit 675ad9fe22

View file

@ -9,13 +9,13 @@
But no other repositories are set up yet. But no other repositories are set up yet.
<a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a> <a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a>
$else $else
these #
$if barelyenough $if barelyenough
<span .badge .badge-warning>#{numrepos}</span> <span .badge .badge-warning>#{numrepos}</span>
$else $else
<span .badge .badge-success>#{numrepos}</span> <span .badge .badge-success>#{numrepos}</span>
\ repositories and devices: \ repositories and devices:
<ul> <ul>
<li>here
$forall name <- remotelist $forall name <- remotelist
<li>#{name} <li>#{name}
<a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a> <a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a>