Skip to content

Instantly share code, notes, and snippets.

@pauldruziak
Last active March 27, 2016 18:43
Show Gist options
  • Save pauldruziak/034011db54668d4966ca to your computer and use it in GitHub Desktop.
Save pauldruziak/034011db54668d4966ca to your computer and use it in GitHub Desktop.
Helper for navigation link

Put in your Gemfile:

gem 'nav_link', 'git@gist.github.com:034011db54668d4966ca.git'

Include NavLink in ApplicationHelper:

module ApplicationHelper
  include NavLink
end

And now in any view you can have simple link:

= nav_link 'some link', some_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment