X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f78c032b073d6350df093f4729473e0034a96bc6..389b715241ff479d6038ee8b0b69c0004345f7e5:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index a66715a75..fd2ae0a4a 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -97,7 +97,7 @@ <%= 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") %> - <%= number_with_delimiter(current_user.new_messages.size) %> + <%= number_with_delimiter(current_user.new_messages.size) %> <% 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" %>