use official font awesome gem

This commit is contained in:
Zachary Chai
2017-02-09 10:17:19 -05:00
parent 9ecbd7f29d
commit abe532afcf
5 changed files with 12 additions and 10 deletions

View File

@ -77,12 +77,12 @@
<button type="button" class="btn btn-default has-popover recording-update-trigger"
data-placement="left" data-popover-body=".recording-visibility-popover"
data-popover-title="<%= t('change_recording_visibility') %>">
<i class="fa fa-eye" aria-hidden="true"></i>
<%= icon('eye') %>
</button>
<a tabindex="0" role="button" class="btn btn-default has-popover delete-tooltip"
data-placement="top" data-popover-body=".delete-popover-body"
data-popover-title="<%= t('are_you_sure') %>">
<i class="fa fa-trash-o" aria-hidden="true"></i>
<%= icon('trash-o') %>
</a>
</div>
</div>