aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/intro.hamlet11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/intro.hamlet b/templates/intro.hamlet
index 6660b6a03..ecb15f39c 100644
--- a/templates/intro.hamlet
+++ b/templates/intro.hamlet
@@ -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.