Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def desktop_menu_item(name, options = {})
  2. content_tag :li, class: color_class(options[:color]) do
  3. localized_path_to name, options
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement