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:
@@ -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>
|
||||
|
||||
@@ -514,8 +514,8 @@
|
||||
</script>
|
||||
</%def>
|
||||
|
||||
${primaryAction("endorse", "ok", _("Endorse"), _("Endorse"), _("Unendorse"))}
|
||||
${primaryAction("answer", "ok", _("Mark as Answer"), _("Mark as Answer"), _("Unmark as Answer"))}
|
||||
${primaryAction("endorse", "check", _("Endorse"), _("Endorse"), _("Unendorse"))}
|
||||
${primaryAction("answer", "check", _("Mark as Answer"), _("Mark as Answer"), _("Unmark as Answer"))}
|
||||
${primaryAction("follow", "star", _("Follow"), _("Follow"), _("Unfollow"))}
|
||||
|
||||
<script type="text/template" id="forum-action-vote">
|
||||
@@ -571,7 +571,7 @@ ${secondaryStateAction("close", "lock", _("Close"), _("Close"), _("Open"))}
|
||||
</script>
|
||||
</%def>
|
||||
|
||||
${secondaryAction("edit", "pencil-square-o", _("Edit"))}
|
||||
${secondaryAction("edit", "pencil", _("Edit"))}
|
||||
${secondaryAction("delete", "remove", _("Delete"))}
|
||||
|
||||
<script type="text/template" id="forum-actions">
|
||||
|
||||
Reference in New Issue
Block a user