diff options
Diffstat (limited to 'templates/configurators/intro.hamlet')
-rw-r--r-- | templates/configurators/intro.hamlet | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/configurators/intro.hamlet b/templates/configurators/intro.hamlet deleted file mode 100644 index c1642b061..000000000 --- a/templates/configurators/intro.hamlet +++ /dev/null @@ -1,28 +0,0 @@ -<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 between # - $if notenough - repositories on your devices ... - <h2> - But no other repositories are set up yet. - <a .btn .btn-primary .btn-large href="@{RepositoriesR}">Add another repository</a> - $else - $if barelyenough - <span .badge .badge-warning>#{numrepos}</span> - $else - <span .badge .badge-success>#{numrepos}</span> - \ repositories and devices: - <table .table .table-striped .table-condensed> - <tbody> - $forall (num, name, _) <- repolist - <tr> - <td> - #{num} - <td> - #{name} - <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. |