git-annex/templates/configurators/intro.hamlet

25 lines
910 B
Text
Raw Normal View History

2012-07-30 01:54:23 +00:00
<div .span9 ##{ident} .hero-unit>
$maybe reldir <- relDir webapp
<h2>
git-annex is watching over your files in <small><tt>#{reldir}</tt></small>
<p>
It will automatically notice changes, and keep files in sync #
$if notenough
with repositories elsewhere ...
<h2>
But no other repositories are set up yet.
2012-08-05 23:55:06 +00:00
<a .btn .btn-primary .btn-large href="@{RepositoriesR}">Add another repository</a>
2012-07-30 01:54:23 +00:00
$else
\ with these repositories:
<table .table .table-striped .table-condensed>
<tbody>
$forall (num, name, _) <- repolist
<tr>
<td>
#{num}
<td>
#{name}
2012-08-05 23:55:06 +00:00
<a .btn .btn-primary .btn-large href="@{RepositoriesR}">Add another repository</a>
<p>
Or just sit back, watch the magic, and get on with using your files.