Proyectos de Subversion Moodle

Rev

Rev 912 | Rev 916 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 912 Rev 913
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_child/courseindex/placeholders
18
    @template theme_universe/courseindex/placeholders
Línea 19... Línea 19...
19
 
19
 
20
    This template renders the loading placeholders for the course index.
20
    This template renders the loading placeholders for the course index.
Línea 49... Línea 49...
49
            </div>
49
            </div>
50
        </li>
50
        </li>
51
    </ul>
51
    </ul>
52
</div>
52
</div>
53
{{#js}}
53
{{#js}}
54
require(['theme_universe_child/courseindex/placeholder'], function(component) {
54
require(['theme_universe/courseindex/placeholder'], function(component) {
55
    component.init('course-index-placeholder');
55
    component.init('course-index-placeholder');
56
});
56
});
57
{{/js}}
57
{{/js}}