Merge pull request #6849 from edx/marco/discussions-endorse/font-awesome-fix

Fixes broken answer and endorse icons on discussion forums
This commit is contained in:
Marco Morales
2015-02-03 10:44:50 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -546,7 +546,7 @@ browser and pasting the output. When that file changes, this one should be rege
<li class="actions-item">
<a href="javascript:void(0)" class="action-list-item action-edit" role="button">
<span class="action-label">Edit</span>
<span class="action-icon"><i class="icon fa fa-pencil-square-o"></i></span>
<span class="action-icon"><i class="icon fa fa-pencil"></i></span>
</a>
</li>
</script>