forked from External/greenlight
use official font awesome gem
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user