<extend tag="page"> <old-page merge without-live-search /> </extend>
http://www.hobocentral.net/tagdef/hobo_clean/hobo_clean/page That has the documentation on the default hobo clean page def, though you might want to take a look through the dryml guide if you haven't already: http://www.hobocentral.net/manual/dryml-guide The trick with dryml is learning how to manipulate parameters, which is what the above does. It tells it to replace the current page definition with a new one of the old one without the live-search parameter. It's shorthand for: <old-page merge> <live-search: replace /> </old-page> On Wednesday, June 26, 2013 8:30:34 AM UTC-6, Rusty Phillips wrote: > > I notice that the default bootstrap theme shows a search box, as well as a > (bad) interpretation of the application name in a bar that runs across the > top of the page. > > Well...I don't really want either of those things. Actually, I'd kind of > like to customize what that "Home" button is going to look like, too. > > I don't see that section in any of the code that hobo generated, and can't > find any documentation about it. > > I imagine that this has something to do with the theme, but I can't find > anything about how to customize your existing theme's top bar. > > This seems like something that should be downright trivial to do, as it is > in a default install of rails. Anyone have any pointers? > -- 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/groups/opt_out.
