mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-74229-master' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
424143b2e6
@ -83,6 +83,7 @@ class primary implements renderable, templatable {
|
||||
'text' => $node->text,
|
||||
'icon' => $node->icon,
|
||||
'isactive' => $node->isactive,
|
||||
'key' => $node->key,
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
</li>
|
||||
{{/haschildren}}
|
||||
{{^haschildren}}
|
||||
<li class="nav-item" role="none" data-forceintomoremenu="{{#forceintomoremenu}}true{{/forceintomoremenu}}{{^forceintomoremenu}}false{{/forceintomoremenu}}">
|
||||
<li data-key="{{key}}" class="nav-item" role="none" data-forceintomoremenu="{{#forceintomoremenu}}true{{/forceintomoremenu}}{{^forceintomoremenu}}false{{/forceintomoremenu}}">
|
||||
{{#istablist}}
|
||||
{{#is_action_link}}
|
||||
<a role="tab" class="nav-link {{#classes}}{{.}} {{/classes}}" href="{{tab}}" data-toggle="tab" data-text="{{{text}}}" data-disableactive="true" tabindex="-1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user