jejacks0n / navigasmic

Navigasmic: Semantic navigation for Rails using simple view level or configuration definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a title to the link tag of a group?

jmuheim opened this issue · comments

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

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