Files
edx-platform/cms/templates/js/container-message.underscore
2016-06-07 10:52:00 -04:00

9 lines
361 B
Plaintext

<% 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>
<% } %>