jejacks0n / navigasmic

Navigasmic: Semantic navigation for Rails using simple view level or configuration definitions.
322 stars 29 forks source link

Add a title to the link tag of a group? #45

Closed jmuheim closed 10 years ago

jmuheim commented 10 years ago
- navigation.group flag(current_locale_flag), id: :language_chooser, title: t('.choose_language') do ... end

This adds the title to the li tag, but I'd like to add it to the a tag. Is this possible?

jejacks0n commented 10 years ago

You can use link_html: {title: "foo"}.