fix the 404 page to show the dun goofed guy
This commit is contained in:
parent
27162e59b8
commit
f509367a40
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ class PublicsController < ApplicationController
|
||||||
skip_before_filter :set_locale
|
skip_before_filter :set_locale
|
||||||
|
|
||||||
layout false
|
layout false
|
||||||
|
caches_page :host_meta
|
||||||
|
|
||||||
def hcard
|
def hcard
|
||||||
@person = Person.find_by_id params[:id]
|
@person = Person.find_by_id params[:id]
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- This file lives in public/404.html -->
|
<!-- This file lives in public/404.html -->
|
||||||
<img src="images/404.png"/>
|
<img src="/images/404.png"/>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue