X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7f661ec55e3cf054a1f6ef99df090617e7d71b89..HEAD:/app/views/layouts/_inbox.html.erb diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb deleted file mode 100644 index fcaa5ae64..000000000 --- a/app/views/layouts/_inbox.html.erb +++ /dev/null @@ -1,13 +0,0 @@ -<%= - 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" - ) -%>