jejacks0n / navigasmic

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic item name, is that supported?

jsmestad opened this issue · comments

Did not see an option for this, but how would you go about displaying something like current_user.email for an item name.

n.group n.proc { current_user.email } do was something we tried, but that doesn't appear to work.