mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
30 lines
812 B
Text
30 lines
812 B
Text
<nav class="list-group">
|
|
{{# flatnavigation }}
|
|
{{#showdivider}}
|
|
</nav>
|
|
<nav class="list-group m-t-1">
|
|
{{/showdivider}}
|
|
{{#get_smscreenonly}}
|
|
<div class="hidden-lg-up">
|
|
{{/get_smscreenonly}}
|
|
{{#action}}
|
|
<a class="list-group-item list-group-item-action {{#isactive}}active{{/isactive}}" href="{{{action}}}"><span class="m-l-{{get_indent}}">
|
|
{{#is_section}}
|
|
{{#pix}}i/folder{{/pix}}
|
|
{{/is_section}}
|
|
{{text}}
|
|
</span></a>
|
|
{{/action}}
|
|
{{^action}}
|
|
<div class="list-group-item"><span class="m-l-{{get_indent}}">
|
|
{{#is_section}}
|
|
{{#pix}}i/folder{{/pix}}
|
|
{{/is_section}}
|
|
{{text}}
|
|
</span></div>
|
|
{{/action}}
|
|
{{#get_smscreenonly}}
|
|
</div>
|
|
{{/get_smscreenonly}}
|
|
{{/ flatnavigation }}
|
|
</nav>
|