X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7f661ec55e3cf054a1f6ef99df090617e7d71b89..68a40023668ff9af00cd30987015330d2311bd29:/app/views/layouts/_inbox.html.erb diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index fcaa5ae64..cdd708e1c 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,13 +1,3 @@ -<%= - link_to( - t("layouts.inbox_html", - :count => @user.new_messages.size > 0 ? - content_tag( - :span, @user.new_messages.size, :class => "count-number" - ) : - "" - ), - inbox_path(:display_name => @user.display_name), - :id => "inboxanchor" - ) -%> +<% if @user.new_messages.size > 0 %> +<%= @user.new_messages.size %> +<% end %>