don't close tags that are closed by hamlet
This commit is contained in:
parent
ce0ecbeefc
commit
ccc8afb59d
36 changed files with 144 additions and 82 deletions
|
@ -1,16 +1,21 @@
|
|||
<ul .dropdown-menu>
|
||||
<li>
|
||||
<a href="@{NewRepositoryR}">
|
||||
<span .glyphicon .glyphicon-plus-sign></span> Add another local repository
|
||||
<span .glyphicon .glyphicon-plus-sign> #
|
||||
Add another local repository
|
||||
<li>
|
||||
<a href="@{RepositorySwitcherR}">
|
||||
<span .glyphicon .glyphicon-folder-close></span> Switch repository
|
||||
<span .glyphicon .glyphicon-folder-close> #
|
||||
Switch repository
|
||||
<li>
|
||||
<a href="@{RestartR}">
|
||||
<span .glyphicon .glyphicon-repeat></span> Restart daemon
|
||||
<span .glyphicon .glyphicon-repeat> #
|
||||
Restart daemon
|
||||
<li>
|
||||
<a href="@{ShutdownR}">
|
||||
<span .glyphicon .glyphicon-off></span> Shutdown daemon
|
||||
<span .glyphicon .glyphicon-off> #
|
||||
Shutdown daemon
|
||||
<li>
|
||||
<a href="@{LogR}">
|
||||
<span .glyphicon .glyphicon-list></span> View log
|
||||
<span .glyphicon .glyphicon-list> #
|
||||
View log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue