From 105ae2a174662c7ddc92df8ee871816078100c28 Mon Sep 17 00:00:00 2001 From: Alexander Shapkin Date: Wed, 20 Feb 2013 12:08:22 +0400 Subject: [PATCH] fix spaces and use link_to instead of tags --- app/views/exceptions/not_found.html.erb | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/app/views/exceptions/not_found.html.erb b/app/views/exceptions/not_found.html.erb index 5a588039dda..67edd1dc3ec 100644 --- a/app/views/exceptions/not_found.html.erb +++ b/app/views/exceptions/not_found.html.erb @@ -2,30 +2,30 @@

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

- - + - - +
-

Popular topics

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

Popular topics

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

Recent topics

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

Recent topics

+ <% @recent.each do |t| %> + <%= link_to t.title, t.relative_url %>
+ <% end %> +
+ See More…

Search for this topic

-

+ -
+