Thanks for taking the time.

/front/summary reports:
rails version 2.3.5
rails location gem
mode development
(Gems details)
hobo 1.0.2
rails 2.3.5
will_paginate 2.3.15
hobosupport 1.0.2
hobofields 1.0.2

application.dryml looks like:

<def tag="main-nav">
  <navigation class="main-nav" merge-attrs param="default">
    <nav-item href="#{base_url}/">Home</nav-item>
    <nav-item with="&Contact"><ht key="contacts.nav_item">Contacts</
ht></nav-item>
    <nav-item with="&Publication"><ht
key="publications.nav_item">Publications</ht></nav-item>
  </navigation>
</def>

but what I get in my browser is:

  <ul class="navigation main-nav">
        <li class="current">
    <a href="/">Home</a>
  </li>
    <li class="">
    <a class="class-link" href="/contacts">Contacts</a>
  </li>
    <li class="">
    <a class="class-link" href="/memberships">Memberships</a>
  </li>
    <li class="">
    <a class="class-link" href="/publications">Publications</a>
  </li>
  </ul>


On Mar 15, 3:49 am, kevinpfromnm <[email protected]> wrote:
> yeah, the code is definitely needed in this case.
>
> general tip that I use all the time when replacing something, is to start
> with blank tag (or parameter) with TEST in it.  That way, I least I know
> that the tag/parameter name is being called and then I can start building
> the rest.

-- 
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.

Reply via email to