Skip to content

Instantly share code, notes, and snippets.

@nelyj
Last active August 29, 2015 13:58
Show Gist options
  • Save nelyj/10171462 to your computer and use it in GitHub Desktop.
Save nelyj/10171462 to your computer and use it in GitHub Desktop.
link con imagen
en haml
=link_to root_url, class: 'alguna clase' do
=image_tag "imagen.blablaba"
en erb
<%= link_to root_url, class: 'alguna clase' do %>
<%= image_tag "imagen.blablaba" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment