spruce up display of the repo list
This commit is contained in:
parent
9c9db6feb8
commit
1f671ee40c
2 changed files with 13 additions and 5 deletions
|
@ -14,9 +14,14 @@
|
|||
$else
|
||||
<span .badge .badge-success>#{numrepos}</span>
|
||||
\ repositories and devices:
|
||||
<ul>
|
||||
$forall name <- remotelist
|
||||
<li>#{name}
|
||||
<table .table .table-striped .table-condensed>
|
||||
<tbody>
|
||||
$forall (num, name) <- remotelist
|
||||
<tr>
|
||||
<td>
|
||||
#{num}
|
||||
<td>
|
||||
#{name}
|
||||
<a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a>
|
||||
<p>
|
||||
Or just sit back, watch the magic, and get on with using your files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue