pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

AppScale logo not present on all pages #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although the HTML/CSS shows the AppScale logo, the formatting on certain
pages prevents it from being displayed sometimes.

Original issue reported on code.google.com by shattere...@gmail.com on 19 Mar 2009 at 2:36

GoogleCodeExporter commented 9 years ago
Was not the formatting causing this issue. Since the link to the image was
"image/scales.jpg", "image" was interpreted as a controller and since it doesn't
exist, it wasn't displayed. Not certain why this wasn't a consistent problem 
however.

Fixed by prefixing image name with a slash ("/image/scales.jpg"). See
http://www.rubynaut.com/unknown_action.html

Original comment by shattere...@gmail.com on 20 Mar 2009 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by shattere...@gmail.com on 20 Mar 2009 at 9:00