git-annex/templates/control/repositoryswitcher.hamlet
2013-01-03 16:34:57 -04:00

14 lines
396 B
Text

<div .span9 .hero-unit>
<h2>
Switch repository
<p>
$if null repolist
There are no other local repositories. Want to #
<a href="@{NewRepositoryR}">add one</a>?
$else
You can switch to any of these other local repositories:
<ul>
$forall (name, path) <- repolist
<li>
<a href="@{SwitchToRepositoryR path}">
#{name}