change 404 page to use /new link under "New topics"
This commit is contained in:
parent
a086635add
commit
416f981f92
|
@ -17,7 +17,7 @@
|
|||
<%= link_to t.title, t.relative_url %><br/>
|
||||
<% end %>
|
||||
<br/>
|
||||
<a href="/popular" class="btn"><%= t 'page_not_found.see_more' %>…</a>
|
||||
<a href="/new" class="btn"><%= t 'page_not_found.see_more' %>…</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue