Proyectos de Subversion Moodle

Rev

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

Rev 914 Rev 918
Línea 13... Línea 13...
13
 
13
 
14
    You should have received a copy of the GNU General Public License
14
    You should have received a copy of the GNU General Public License
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
}}
16
}}
17
{{!
17
{{!
Línea 18... Línea 18...
18
    @template theme_universe/courseindex/courseindex
18
    @template theme_universe_child/courseindex/courseindex
Línea 19... Línea 19...
19
 
19
 
20
    Displays the course index.
20
    Displays the course index.
Línea 103... Línea 103...
103
    {{#sections}}
103
    {{#sections}}
104
    {{> theme_universe_child/courseindex/section }}
104
    {{> theme_universe_child/courseindex/section }}
105
    {{/sections}}
105
    {{/sections}}
106
</div>
106
</div>
107
{{#js}}
107
{{#js}}
108
require(['theme_universe/courseindex/courseindex'], function(component) {
108
require(['core_courseformat/local/courseindex/courseindex'], function(component) {
109
    component.init('course-index');
109
    component.init('course-index');
110
});
110
});
111
{{/js}}
111
{{/js}}