mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Add some comments
This commit is contained in:
parent
38775a42a7
commit
1c6f5e4011
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
|
{{!-- ======================== Partial inline view ======================= --}}
|
||||||
{{#*inline "label"}}
|
{{#*inline "label"}}
|
||||||
<span class="label label-default label-removable">
|
<span class="label label-default label-removable">
|
||||||
<span class="fa-fw fa-{{icon}}"></span>
|
<span class="fa-fw fa-{{icon}}"></span>
|
||||||
|
@ -42,6 +43,8 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/inline}}
|
{{/inline}}
|
||||||
<div id="view-groups">
|
<div id="view-groups">
|
||||||
|
|
||||||
|
{{!-- ======================== Groups ======================= --}}
|
||||||
{{#each groups}}
|
{{#each groups}}
|
||||||
{{#unless primary}}
|
{{#unless primary}}
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
|
@ -87,6 +90,9 @@
|
||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
|
||||||
|
{{!-- ====================== User specific permissions ==================== --}}
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading" role="tab" id="heading-context-specific">
|
<div class="panel-heading" role="tab" id="heading-context-specific">
|
||||||
<h2 class="panel-title">
|
<h2 class="panel-title">
|
||||||
|
|
Loading…
Add table
Reference in a new issue