X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7f1691e878e76aafc6de537fadbdcb3f8f4aaaff..7503caa750f2788e2412e5b7f8ed37210b7407c3:/app/views/layouts/_inbox.html.erb diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index 18716618f..cdd708e1c 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,7 +1,3 @@ -<% -inbox_attributes = {} -inbox_attributes[:id] = "inboxanchor" -inbox_attributes[:class] = 'greeting-bar-unread' if @user.new_messages.size > 0 -inbox_attributes[:title] = t 'layouts.inbox_tooltip', :count => @user.new_messages.size -%> -<%= link_to t('layouts.inbox', :count => @user.new_messages.size), {:controller => 'message', :action => 'inbox', :display_name => @user.display_name}, inbox_attributes %> +<% if @user.new_messages.size > 0 %> +<%= @user.new_messages.size %> +<% end %>