<% local_domain = "#{request.protocol}#{request.host_with_port}" %>

<%= t 'page_not_found.title' %>

<%= t 'page_not_found.popular_topics' %>

<% @top_viewed.each do |t| %> <%= link_to t.title, t.relative_url %>
<% end %>
<%= t 'page_not_found.see_more' %>…

<%= t 'page_not_found.recent_topics' %>

<% @recent.each do |t| %> <%= link_to t.title, t.relative_url %>
<% end %>
<%= t 'page_not_found.see_more' %>…

<%= t 'page_not_found.search_title' %>