Keep this code in the application.dryml or admin_site.dryml depending on which nav you want to edit.
On Mon, Jan 28, 2013 at 8:28 AM, Vivek Sampara <[email protected]>wrote: > This is how i do it > > > <def tag="main-nav"> > <navigation class="main-nav" merge-attrs param="default"> > > <nav-item href="#{base_url}/">Home</nav-item> > <nav-item href="/abc">ABC</nav-item> > <nav-item href="/def">Def</nav-item> > > <nav-item href="/efg">efg</nav-item> > </navigation> > > </def> > > > > On Mon, Jan 28, 2013 at 7:09 AM, B. Chaiken <[email protected]>wrote: > >> Ok, so I am 24 hours new to Hobo. I have a working app up. I created a >> page, and now I simply just want to edit the navigation tab name to it. How >> exactly do I do this? >> >> -- >> 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]. >> Visit this group at http://groups.google.com/group/hobousers?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- 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]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
