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

@ -35,7 +35,7 @@
data-copy-error="<%= t('copy_error') %>"
data-copy-hint="<%= t('url_copy_explanation') %>"
>
<i class="fa fa-clipboard" aria-hidden="true"></i>
<%= icon('clipboard') %>
</button>
<button type="button" class="btn btn-default meeting-invite has-tooltip pull-right"
@ -43,7 +43,7 @@
data-invite-body="<%= body %>"
data-invite-subject="<%= subject %>"
>
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<%= icon('envelope-o') %>
</button>
</div>
<% else %>
@ -55,7 +55,7 @@
data-copy-error="<%= t('copy_error') %>"
data-copy-hint="<%= t('url_copy_explanation') %>"
>
<i class="fa fa-clipboard" aria-hidden="true"></i>
<%= icon('clipboard') %>
</button>
<button type="button" class="btn btn-default meeting-invite has-tooltip"
@ -63,7 +63,7 @@
data-invite-body="<%= body %>"
data-invite-subject="<%= subject %>"
>
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<%= icon('envelope-o') %>
</button>
</span>