Hi folks,

I'm struggling with aside,

I tried both:

<extend tag="show-page" for="User">
>   <old-show-page merge>
>     <aside:>
>       Test
>     </aside:>
>   </old-show-page>
> </extend>


and 

> <show-page>
>     <aside:>
>       Test
>     </aside:>
> </show-page>


and both times HTML is produced like this:

> <div class="span3 aside-column">
> <div class="well"></div>
> </div>


So the sidebar is created, the main content is reduced to a span 9, but the 
actual content of the <aside></aside> is not inserted.

I even found the reason, in pages.dryml

> <def tag="show-page" for="User">
>   <page merge title="#{ht 'user.show.title', :default=>['User'], :name => 
> name(:no_wrapper => true) }" *without-aside* >


If I remove the *without-aside*, my sidebar displays properly.
Do i have to reproduce the show-page definition or can I get the aside back 
in easier?

Warm regards,
Stefan 

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to