UX: "See more" on not found page should redirect to /top.

This commit is contained in:
Guo Xiang Tan 2017-02-27 13:33:19 +08:00
parent 0675f9f838
commit 0e8c849572
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</div>
<% end %>
<br/>
<a href="<%= path "/latest" %>" class="btn"><%= t 'page_not_found.see_more' %>&hellip;</a>
<a href="<%= path "/top" %>" class="btn"><%= t 'page_not_found.see_more' %>&hellip;</a>
</div>
<div class="span8 recent-topics">
<h2 class="recent-topics-title"><%= t 'page_not_found.recent_topics' %></h2>