mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Bootstrap's `fixTitle()` function removes the base element's original title attribute. This commit fixes some weird behaviors by restoring the original title of the element on which the popover is based off.
8 lines
256 B
Handlebars
8 lines
256 B
Handlebars
{{#each this/msg/message_reactions}}
|
|
{{partial "message_reaction"}}
|
|
{{/each}}
|
|
<div class="reaction_button" title="{{t 'Add emoji reaction' }} (:)">
|
|
<i class="fa fa-smile-o" aria-hidden="true"></i>
|
|
<div class="message_reaction_count">+</div>
|
|
</div>
|