Proyectos de Subversion Moodle

Rev

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

Rev 1441 Rev 1454
Línea 20... Línea 20...
20
    This template renders the main content area for the myoverview block.
20
    This template renders the main content area for the myoverview block.
Línea 21... Línea 21...
21
 
21
 
22
    Example context (json):
22
    Example context (json):
23
    {}
23
    {}
24
}}
-
 
25
 
24
}}
-
 
25
<div id="block-myoverview-{{uniqid}}" class="block-myoverview block-cards" data-region="myoverview" role="navigation">
26
<div id="block-myoverview-{{uniqid}}" class="block-myoverview block-cards" data-region="myoverview" role="navigation">
26
    <hr class="mt-0"/>
27
    <div role="search" data-region="filter" class="d-flex align-items-center my-2" aria-label="{{#str}} aria:controls, block_myoverview {{/str}}">
27
    <div role="search" data-region="filter" class="d-flex align-items-center my-2" aria-label="{{#str}} aria:controls, block_myoverview {{/str}}">
-
 
28
        <div class="row no-gutters">
28
        <div class="d-flex flex-wrap gap-1 align-items-center w-100">
29
 
Línea 29... Línea 30...
29
            {{> block_myoverview/nav-grouping-selector }}
30
            {{> block_myoverview/nav-grouping-selector }}
Línea 30... Línea 31...
30
 
31