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
|
||||
|
||||
layout false
|
||||
caches_page :host_meta
|
||||
|
||||
def hcard
|
||||
@person = Person.find_by_id params[:id]
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<body>
|
||||
<!-- This file lives in public/404.html -->
|
||||
<img src="images/404.png"/>
|
||||
<img src="/images/404.png"/>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue