attachment-item.handlebars: Upgrade font-awesome icon style.

This commit is contained in:
Aditya Bansal 2017-06-08 10:39:56 +05:30 committed by Tim Abbott
parent a02937e3b4
commit b24e3ce0f0
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{{#if attachment.extension}} {{#if attachment.extension}}
{{ attachment.extension }} {{ attachment.extension }}
{{else}} {{else}}
<i class="icon icon-vector-file"></i> <i class="icon fa fa-file" aria-hidden="true"></i>
{{/if}} {{/if}}
</div> </div>
</div> </div>
@ -18,7 +18,7 @@
<button type="submit" <button type="submit"
class="button small no-style remove-attachment" class="button small no-style remove-attachment"
title="{{t 'Delete file' }}" data-attachment="{{attachment.id}}"> title="{{t 'Delete file' }}" data-attachment="{{attachment.id}}">
<i class="icon-vector-trash"></i> <i class="fa fa-trash" aria-hidden="true"></i>
</button> </button>
</div> </div>
{{#if attachment.messages }} {{#if attachment.messages }}