/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
cms/templates/js/group-edit.underscore
4 строки
499 B
ssemenova
change icon tags from i to span
07 июн 2016, 17:52
07 июн 2016, 17:52
c1f7931
Код
Авторство
О чём код?
<div class="input-wrap field long text required field-add-group-name group-<%- index %>-name <% if (error && error.attributes && error.attributes.name) { print('error'); } %>"><input name="group-<%- index %>-name" class="group-name long" value="<%- name %>" type="text"> </div><div class="group-allocation"><%- allocation %>%</div> <a href="" class="action action-close"><span class="icon fa fa-times-circle" aria-hidden="true"></span> <span class="sr"><%- gettext("delete group") %></span></a>