rhijul / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

The generic error pages (e.g. "the bird") do not take the mobile flag into account #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When encountering an error when using the mobile version of Jaikuengine (try 
http://m.jaiku.com/test), the error pages shown are currently not mobile 
friendly and the links go 
to the regular, non-mobile, version instead of the mobile version of the site.

Hopefully, all that is needed to fix this is to pass the request.mobile flag to 
the error page 
templates and based upon that flag render the links (e.g. "Proceed to Home").

Original issue reported on code.google.com by jonasnoc...@gmail.com on 21 Jul 2009 at 9:22