Merge pull request #4635 from caugner/fix-add-emoji-custom-class

FIX: Add emoji-custom class in custom emojis list.
This commit is contained in:
Régis Hanol 2017-01-05 09:47:30 +01:00 committed by GitHub
commit caf704068c
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>