X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f08259a5293dc7756fe73cef6a46d5664386b678..68a40023668ff9af00cd30987015330d2311bd29:/app/views/layouts/_inbox.html.erb diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index 2af76f9ed..cdd708e1c 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,7 +1,3 @@ -<%= link_to raw(t('layouts.inbox', - :count => @user.new_messages.size > 0 ? "#{@user.new_messages.size}" : '')), - { - :action => 'inbox', - :display_name => @user.display_name, - :controller => 'message' - }, { :id => 'inboxanchor' } %> +<% if @user.new_messages.size > 0 %> +<%= @user.new_messages.size %> +<% end %>