11 lines
243 B
Text
11 lines
243 B
Text
|
<ul .dropdown-menu>
|
||
|
$forall (name, path) <- repolist
|
||
|
<li>
|
||
|
<a href="@{SwitchToRepositoryR path}">
|
||
|
#{name}
|
||
|
$if not (null repolist)
|
||
|
<li .divider></li>
|
||
|
<li>
|
||
|
<a href="@{NewRepositoryR}">
|
||
|
Add another repository
|