2014-04-21 15:44:10 +00:00
|
|
|
<div .col-sm-9>
|
2014-05-02 14:19:17 +00:00
|
|
|
<div .content-box>
|
2014-04-21 15:44:10 +00:00
|
|
|
<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}
|