FIX: Add emoji-custom class in custom emojis list.

This commit is contained in:
Claas Augner 2017-01-04 23:54:03 +01:00
parent 107d1bb357
commit 2c723f8323
No known key found for this signature in database
GPG Key ID: 63E8BCF5EB1A35AE
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<tbody>
{{#each sortedEmojis as |e|}}
<tr>
<th><img class="emoji" src="{{unbound e.url}}" title="{{unbound e.name}}"></th>
<th><img class="emoji emoji-custom" src="{{unbound e.url}}" title="{{unbound e.name}}"></th>
<th>:{{e.name}}:</th>
<th><button {{action "destroy" e}} class='btn btn-danger no-text pull-right'>{{fa-icon 'trash-o'}} </button></th>
</tr>