<header class="closed clearfix">
<h1>
<a href="<%= root_path %>" class="geolink">
- <picture>
- <source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml" />
- <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
- </picture>
+ <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
<%= t "layouts.project_name.h1" %>
</a>
</h1>
<%= link_to t("users.show.my_dashboard"), dashboard_path, :class => "dropdown-item" %>
<%= link_to inbox_messages_path, :class => "dropdown-item" do %>
<%= t("users.show.my messages") %>
- <span class='count-number'><%= number_with_delimiter(current_user.new_messages.size) %></span>
+ <span class='badge count-number'><%= number_with_delimiter(current_user.new_messages.size) %></span>
<% end %>
<%= link_to t("users.show.my profile"), user_path(current_user), :class => "dropdown-item" %>
<%= link_to t("users.show.my settings"), edit_account_path, :class => "dropdown-item" %>