[FIX] mail: fixed display issue with the like button
[odoo/odoo.git] / addons / mail / static / src / xml / mail.xml
index 2a4ac8d..5d3175b 100644 (file)
     <span t-name="mail.thread.message.vote">
         <span class="oe_mail_vote_count" t-if='widget.vote_nb > 0'>
             <t t-esc='widget.vote_nb' />
-            <span class='oe_e'>8</span>
+            <i class="fa fa-thumbs-o-up"></i>
         </span>
         <a href='#' class="oe_msg_vote">
             <t t-if="!widget.has_voted">like</t>