diff --git a/app/views/exceptions/not_found.html.erb b/app/views/exceptions/not_found.html.erb
index 1298ec5449d..64ffd293f98 100644
--- a/app/views/exceptions/not_found.html.erb
+++ b/app/views/exceptions/not_found.html.erb
@@ -2,28 +2,30 @@
-
-
<%= t 'page_not_found.popular_topics' %>
- <% @top_viewed.each do |t| %>
-
- <%= link_to t.title, t.relative_url %><%= category_badge(t.category) %>
-
- <% end %>
-
-
" class="btn"><%= t 'page_not_found.see_more' %>…
+<% unless SiteSetting.login_required? && current_user.nil? %>
+
-
-
+<% end %>
<%- unless @hide_google %>