Thank you! I have been hacking away at this. So far, I like Hobo. Another quick question, I am familiar with rails, however, with this new hobo application, I cannot find the "app / views / layouts / application.html.erb", to add content (meta tags, etc.). I know hobo is dryml, not erb. But I want to find the actual layout, similer to the app file in rails. What am I missing?
On Sunday, January 27, 2013 9:58:58 PM UTC-5, Vivek Sampara wrote: > > 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]<javascript:> > > 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]<javascript:> >> > 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]<javascript:> >>> . >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:>. >>> 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 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
