robotmay / link_to_active_state

A simple gem to implement active states on links using the standard Rails link_to helper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attribute bubbling bug

robotmay opened this issue · comments

When a link has a class, and you specify active_wrapper_options, the class attribute from the link is mirrored to the wrapper element, which is not ideal.