weppos / tabs_on_rails

Tabs on Rails is a simple Rails plugin for creating and managing tabs and navigation menus.
https://simonecarletti.com/code/tabs-on-rails
MIT License
294 stars 52 forks source link

:link_current documented but not implemented #7

Closed weppos closed 7 years ago

weppos commented 13 years ago

See lostboy/tabs_on_rails@03ea1fe8461ccd6fa131b943bb8aadb40cd6c14a

franciscoj commented 13 years ago

I did a similar implementation in my branch, however it sets the tab as a link by default, and you can deactivate it with :link_current => false

See it on franciscoj/tabs_on_rails@93431e1699805b4fd7f9

serek commented 13 years ago

This is a real issue!

I don't like to override tabs rendering with my custom builder to achieve that simple functionality!

Best, M