Thanks, but what I want to do is remove the creator link from the cards shown on the index page .. I've tried the following and it doesn't work properly either ...
<extend tag="card" for="Contact"> <old-card: without-creator-link merge> </old-card> </extend> If I try the method you mention above but extend the index-page instead, I get an index page with the correct number of cards but with no content in the cards at all. Perhaps we can try and understand why never_show :owner isn't working properly ... is this a bug or something incorrect in my application ? On Oct 24, 5:09 pm, kevinpfromnm <[email protected]> wrote: > Odd as that should take care of it. Anyway, another approach: > > <extend tag="show-page"> > <old-show-page merge without-creator-link /> > </extend> > > Put that in your application.dryml and it should remove the creator link > from all show pages. -- 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.
