Is there a way to display the unread message count as text on my PNG image? You can find the image at
header:
span Messages
=image_tag "login_icon6.png", class: 'img4'
Unread count code:
= current_user.mailbox.inbox(:unread => true).count