From 8078f047691a8f1b4a84272ceff3d4201c33d933 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 13 Feb 2013 00:25:27 -0800 Subject: [PATCH] minor 404 page improvements --- app/views/exceptions/not_found.html.erb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/views/exceptions/not_found.html.erb b/app/views/exceptions/not_found.html.erb index a6ed88fd805..3920983140a 100644 --- a/app/views/exceptions/not_found.html.erb +++ b/app/views/exceptions/not_found.html.erb @@ -1,19 +1,21 @@

The page you requested doesn't exist on this discussion forum. Perhaps we can help find it, or another topic like it:

- -
+

Most popular topics

<% @popular.each do |t| %> <%= t.title %>
<% end %> - See More... +
+ See More…
+

Recent topics

<% @recent.each do |t| %> <%= t.title %>
<% end %> - See More... +
+ See More…
@@ -21,7 +23,7 @@

- - + +