mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
Merge branch 'MDL-81050-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
45750b413e
15 changed files with 96 additions and 14 deletions
|
@ -68,11 +68,21 @@
|
|||
}}{{#get_items}}
|
||||
{{#has_action}}
|
||||
<li class="breadcrumb-item{{#is_hidden}} dimmed_text{{/is_hidden}}">
|
||||
<a href="{{{action}}}" {{#is_last}}aria-current="page"{{/is_last}} {{#get_title}}title="{{get_title}}"{{/get_title}}>{{{get_content}}}</a>
|
||||
<a href="{{{action}}}"
|
||||
{{#is_last}}aria-current="page"{{/is_last}}
|
||||
{{#get_title}}title="{{get_title}}"{{/get_title}}
|
||||
{{#attributes}}{{name}}="{{value}}" {{/attributes}}
|
||||
>
|
||||
{{{get_content}}}
|
||||
</a>
|
||||
</li>
|
||||
{{/has_action}}
|
||||
{{^has_action}}
|
||||
<li class="breadcrumb-item{{#is_hidden}} dimmed_text{{/is_hidden}}"><span>{{{text}}}</span></li>
|
||||
<li class="breadcrumb-item{{#is_hidden}} dimmed_text{{/is_hidden}}">
|
||||
<span {{#attributes}}{{name}}="{{value}}" {{/attributes}}>
|
||||
{{{text}}}
|
||||
</span>
|
||||
</li>
|
||||
{{/has_action}}
|
||||
{{/get_items}}{{!
|
||||
}}</ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue