Small changes on the "Not Found" page

Hello!
In app/views/exceptions/not_found.html.erb file (popular-topics bock), “See More” button should route to “/top” page, not “/latest”.

And also topic slug value for Google search input on this page is not actual for non-english sites.

3 Likes

Aha you’re right. Under Popular on the 404 page, More… should go to /top. Good catch. @tgxworld can you fix?

1 Like

Ok added to my list :slight_smile:

4 Likes

Fixed in

https://github.com/discourse/discourse/commit/0e8c84957205ba3613e0ca5da0bd144d0042caa5

@youwiki You’ll have to configure slug_generation_method to encoded if you want to have the full unicode support for slugs. Otherwise, it defaults to topic.

3 Likes