Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 39... Línea 39...
39
        }
39
        }
40
    }
40
    }
41
}}
41
}}
42
{{#items}}
42
{{#items}}
43
    {{#link}}
43
    {{#link}}
44
        <a href="{{{url}}}" class="dropdown-item pl-5" role="menuitem" tabindex="-1" {{#isactive}}aria-current="true"{{/isactive}}
44
        <a href="{{{url}}}" class="dropdown-item ps-5" role="menuitem" tabindex="-1" {{#isactive}}aria-current="true"{{/isactive}}
45
            {{#attributes}}{{key}}="{{value}}" {{/attributes}}>
45
            {{#attributes}}{{key}}="{{value}}" {{/attributes}}>
46
            {{text}}
46
            {{text}}
47
        </a>
47
        </a>
48
    {{/link}}
48
    {{/link}}
49
{{/items}}
49
{{/items}}