I haven't seen anything like this. On the other hand, neither of the two sites that use Hobo 1.4 in production mode that I manage have an admin subsite.
Hobo does not touch the asset pipeline at all, so the bug is almost certainly not in Hobo. Most likely it's in jquery-ui-themes. Can you try switching to another jQuery UI theme? south-street works for me and is likely different than what you're doing in your front site. cheers, Bryan On Thu, Jun 7, 2012 at 3:49 PM, Arnaud D. <[email protected]> wrote: > Hi, > > I have encountered this issue in edge hobo: > admin.css > > /* Interaction states > ----------------------------------*/ > .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header > .ui-state-default { > border: 1px solid #dddddd; > background: #f6f6f6 > url(image-path("jquery-ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png")) > 50% 50% repeat-x; > font-weight: bold; > color: #0073ea; } > > As you can see, the background image won't ever work since there is still > "url(image-path(" > This seems not translated by sass but for now, I didn't find anything > relevant from rails community. > > Do you also have this issue in your admin.css ? > front.css doesn't have this problem. > > Thanks, > Arnaud. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
