aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-30 13:31:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-30 13:31:19 -0400
commit1f671ee40c7f26d0adb16408ba1cf7fc9ceb3a7a (patch)
treea32a226037653036b34e8481c3f531e02daa414a /templates
parent9c9db6feb8e732887838337e700c33e6033cd192 (diff)
spruce up display of the repo list
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.