Show the proper fa-file-* icon on attachment edit fragment.

This commit is contained in:
Jan Böhmer 2019-11-10 18:23:03 +01:00
parent 8b80f31b1e
commit 3e4f5a1391
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
<br><br>
<h6>
<span class="badge badge-primary">
<i class="fas fa-fw fa-file"></i> {{ attach.filename }}
<i class="fas fa-fw {{ ext_to_fa_icon(attach.extension) }}"></i> {{ attach.filename }}
</span>
<br>
<span class="badge badge-secondary">

View file

@ -24,7 +24,7 @@
<br><br>
<h6>
<span class="badge badge-primary">
<i class="fas fa-fw fa-file"></i> {{ attach.filename }}
<i class="fas fa-fw {{ ext_to_fa_icon(attach.extension) }}"></i> {{ attach.filename }}
</span>
<br>
<span class="badge badge-secondary">