2014-05-07 15:23:16 +02:00
|
|
|
<header class="page-header clearfix visible-xs">
|
|
|
|
<h1 class="app title">YunoHost <span class="desc">Administration</span></h1>
|
|
|
|
<span class="logout-button" role="button"><a class="fa-sign-out" href="#/logout" title="Logout"><span class="sr-only">Logout</span></a></span>
|
|
|
|
</header>
|
2013-09-24 22:54:48 +02:00
|
|
|
|
2013-09-22 21:31:51 +02:00
|
|
|
<div class="list-group">
|
2014-02-11 10:45:13 +01:00
|
|
|
{{#links}}
|
2014-05-07 15:23:16 +02:00
|
|
|
<a href="{{path}}" class="list-group-item slide clearfix">
|
|
|
|
<span class="pull-right fa-chevron-right"></span>
|
2014-05-07 16:24:17 +02:00
|
|
|
<h2 class="list-group-item-heading">{{name}}</h2>
|
2014-05-07 15:23:16 +02:00
|
|
|
</a>
|
2014-02-11 10:45:13 +01:00
|
|
|
{{/links}}
|
2013-09-22 21:31:51 +02:00
|
|
|
</div>
|
|
|
|
|