change 404 page to use /new link under "New topics"

This commit is contained in:
Jeff Atwood 2013-02-27 16:48:53 -08:00
parent a086635add
commit 416f981f92
1 changed files with 1 additions and 1 deletions

View File

@ -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' %>&hellip;</a>
<a href="/new" class="btn"><%= t 'page_not_found.see_more' %>&hellip;</a>
</td>
</tr>
</table>