This leaves bootstrap to take care of most aspects, while retaining the current colours and font weights.
3 lines
153 B
Text
3 lines
153 B
Text
<% if current_user.new_messages.size > 0 %>
|
|
<span id="inboxanchor" class="badge count-number m-1"><%= current_user.new_messages.size %></span>
|
|
<% end %>
|