container-message.underscore 361 Bytes
Newer Older
1 2 3
<% if (currentlyVisibleToStudents) { %>
    <div class="message has-warnings">
        <p class="warning">
4 5
            <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.") %>
6 7 8
        </p>
    </div>
<% } %>