]> git.openstreetmap.org Git - rails.git/blob - app/views/layouts/_inbox.html.erb
Use h2 as the main header on the map-ui panel
[rails.git] / app / views / layouts / _inbox.html.erb
1 <% if current_user.new_messages.size > 0 %>
2 <span id="inboxanchor" class="badge count-number m-1"><%= current_user.new_messages.size %></span>
3 <% end %>