/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
cms/templates/js/container-message.underscore
8 строк
361 B
ssemenova
change icon tags from i to span
07 июн 2016, 17:52
07 июн 2016, 17:52
c1f7931
Код
Авторство
О чём код?
<% if (currentlyVisibleToStudents) { %> <div class="message has-warnings"> <p class="warning"> <span class="icon fa fa-warning" aria-hidden="true"></span> <%- gettext("Caution: The last published version of this unit is live. By publishing changes you will change the student experience.") %> </p> </div> <% } %>