fix the 404 page to show the dun goofed guy

This commit is contained in:
maxwell 2011-01-13 17:31:18 -08:00
parent 27162e59b8
commit f509367a40
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ class PublicsController < ApplicationController
skip_before_filter :set_locale
layout false
caches_page :host_meta
def hcard
@person = Person.find_by_id params[:id]

View file

@ -18,7 +18,7 @@
<body>
<!-- This file lives in public/404.html -->
<img src="images/404.png"/>
<img src="/images/404.png"/>
</body>
</html>