Files
edx-platform/cms/templates/js/container-message.underscore
2014-08-07 12:27:35 -04:00

9 lines
335 B
Plaintext

<% if (currentlyVisibleToStudents) { %>
<div class="message has-warnings">
<p class="warning">
<i class="icon-warning-sign"></i>
<%= gettext("Caution: The last published version of this unit is live. By publishing changes you will change the student experience.") %>
</p>
</div>
<% } %>