openstreetmap-website/app/views/layouts/_inbox.html.erb
Andy Allan 1253bdcdc5 Use bootstrap badges to implement count-number badges
This leaves bootstrap to take care of most aspects, while retaining
the current colours and font weights.
2023-08-30 18:11:56 +01:00

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 %>