UX: "See more" on not found page should redirect to /top.
This commit is contained in:
parent
0675f9f838
commit
0e8c849572
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
<br/>
|
||||
<a href="<%= path "/latest" %>" class="btn"><%= t 'page_not_found.see_more' %>…</a>
|
||||
<a href="<%= path "/top" %>" class="btn"><%= t 'page_not_found.see_more' %>…</a>
|
||||
</div>
|
||||
<div class="span8 recent-topics">
|
||||
<h2 class="recent-topics-title"><%= t 'page_not_found.recent_topics' %></h2>
|
||||
|
|
Loading…
Reference in New Issue