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