Skip to content
Snippets Groups Projects
Commit 233aba74 authored by Sarina Canelake's avatar Sarina Canelake
Browse files

Merge pull request #8222 from Stanford-Online/giulio/font-awesome-icon-names

BUGFIX: CCX Font Awesome icon name fixes
parents 32ab544b cd76b405
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
<tr>
<td>${member.student}</td>
<td>${member.student.email}</td>
<td><div class="revoke"><i class="icon-remove-sign"></i> Revoke access</div></td>
<td><div class="revoke"><i class="fa fa-times-circle"></i> Revoke access</div></td>
</tr>
%endfor
</tbody>
......
......@@ -2,7 +2,7 @@
<div id="warn-coach" class="wrapper-msg urgency-high warning">
<div class="msg">
<i class="msg-icon icon-warning-sign"></i>
<i class="msg-icon fa fa-warning"></i>
<div class="msg-content">
<h3 class="title">${_("WARNING")}</h3>
<div class="copy">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment