Commit 8928f85f by Brian Talbot Committed by Andy Armstrong

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

parent d556cdd5
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="message-actions"> <div class="message-actions">
<button class="action-primary <%- actionClass %>"> <button class="action-primary <%- actionClass %>">
<% if (actionIconClass) { %> <% if (actionIconClass) { %>
<i class="icon <%- actionIconClass %>"></i> <i class="icon fa <%- actionIconClass %>"></i>
<% } %> <% } %>
<%- actionText %> <%- actionText %>
</button> </button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment