git-annex/templates/configurators/intro.hamlet

28 lines
990 B
Text
Raw Normal View History

2012-07-30 01:54:23 +00:00
<div .span9 ##{ident} .hero-unit>
<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 between #
$if notenough
repositories on your devices ...
<h2>
But no other repositories are set up yet.
<a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a>
$else
$if barelyenough
<span .badge .badge-warning>#{numrepos}</span>
$else
<span .badge .badge-success>#{numrepos}</span>
\ repositories and devices:
2012-07-30 17:31:19 +00:00
<table .table .table-striped .table-condensed>
<tbody>
$forall (num, name) <- remotelist
<tr>
<td>
#{num}
<td>
#{name}
2012-07-30 01:54:23 +00:00
<a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a>
2012-07-30 02:11:01 +00:00
<p>
2012-07-30 01:54:23 +00:00
Or just sit back, watch the magic, and get on with using your files.