/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
cms/templates/js/course-settings-learning-fields.underscore
5 строк
545 B
asadiqbal
WL-399 Course Details List Fields
02 май 2016, 03:02
02 май 2016, 03:02
a4197ed
Код
Авторство
О чём код?
<div class="field text" id="fields-course-learning-info-<%- index %>"> <label for= "course-learning-info-<%- index %>"><%- gettext("Learning Outcome") %> <%- index + 1 %></label> <input type="text" class="input-learning-info" id="course-learning-info-<%- index %>" value="<%- info %>" data-index="<%- index %>" placeholder="<%- gettext('Add a learning outcome here') %>"> <button type="button" class="button delete-button standard remove-item delete-course-learning-info" data-index="<%- index %>"><%- gettext("Delete") %></button> </div>