Cohorted Courseware: resolving missing icon from add group button in 'nohorts' scenario

This commit is contained in:
Brian Talbot
2015-01-11 12:32:16 -05:00
committed by Andy Armstrong
parent d556cdd586
commit 8928f85fbf

View File

@@ -22,7 +22,7 @@
<div class="message-actions">
<button class="action-primary <%- actionClass %>">
<% if (actionIconClass) { %>
<i class="icon <%- actionIconClass %>"></i>
<i class="icon fa <%- actionIconClass %>"></i>
<% } %>
<%- actionText %>
</button>