* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
<% if (currentlyVisibleToStudents) { %>
|
|
<div class="message has-warnings">
|
|
<p class="warning">
|
|
<i class="icon fa fa-warning"></i>
|
|
<%= gettext("Caution: The last published version of this unit is live. By publishing changes you will change the student experience.") %>
|
|
</p>
|
|
</div>
|
|
<% } %>
|