blob: f1738f2f0d767fa03a99c0b9f720af91e8e35f93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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
|