Guest User

Untitled

a guest
May 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. %li{:class => current_page?(root_path) ? 'active' : ''}= link_to_unless_current('Home', root_path)
  2. %li{:class => current_page?(about_path) ? 'active' : ''}= link_to_unless_current('About', about_path)
  3. %li{:class => current_page?(features_path) ? 'active' : ''}= link_to_unless_current('Features', features_path)
  4. %li{:class => current_page?(pricing_path) ? 'active' : ''}= link_to_unless_current('Pricing', pricing_path)
  5. %li{:class => current_page?(contact_path) ? 'active' : ''}= link_to_unless_current('Contact', contact_path)
Add Comment
Please, Sign In to add comment