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>
|
||||
|
||||
{{!-- ======================== Partial inline view ======================= --}}
|
||||
{{#*inline "label"}}
|
||||
<span class="label label-default label-removable">
|
||||
<span class="fa-fw fa-{{icon}}"></span>
|
||||
|
@ -42,6 +43,8 @@
|
|||
{{/if}}
|
||||
{{/inline}}
|
||||
<div id="view-groups">
|
||||
|
||||
{{!-- ======================== Groups ======================= --}}
|
||||
{{#each groups}}
|
||||
{{#unless primary}}
|
||||
<div class="panel panel-default">
|
||||
|
@ -87,6 +90,9 @@
|
|||
</div>
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
|
||||
|
||||
{{!-- ====================== User specific permissions ==================== --}}
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading" role="tab" id="heading-context-specific">
|
||||
<h2 class="panel-title">
|
||||
|
|
Loading…
Add table
Reference in a new issue