Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Created May 25, 2015 16:15
Show Gist options
  • Save brandoncordell/75693cbda5329cf04cf1 to your computer and use it in GitHub Desktop.
Save brandoncordell/75693cbda5329cf04cf1 to your computer and use it in GitHub Desktop.
Zadrel
# Original line
%img.popup-menu-shadow-leftcap{:src=>"../assets/popup-menu-shadow-leftcap.gif", :alt=>''}
# Try this instead
= image_tag 'popup-menu-shadow-leftcap.gif', class: 'popup-menu-shadow-leftcap', alt: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment