Created
September 19, 2013 14:52
-
-
Save guillermorangel/6624679 to your computer and use it in GitHub Desktop.
Extensive link and image properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% link_to('path/to/link.html', { :class => 'link_class', :"id" => 'link_id', :title => 'Sass and Compass for designers book image', :"data-icon" => 'd' }) do %> | |
<%= image_tag('hutt_logo_primary.png', :alt => 'image alt text', :class => "image_class", :id => 'image_id') %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment