Skip to content

Commit

Permalink
change 404 page to use /new link under "New topics"
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror committed Feb 28, 2013
1 parent a086635 commit 416f981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/exceptions/not_found.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 416f981

Please sign in to comment.