Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created December 12, 2013 22:42
Show Gist options
  • Save ethagnawl/7936876 to your computer and use it in GitHub Desktop.
Save ethagnawl/7936876 to your computer and use it in GitHub Desktop.
HAML link_to with block
= link_to(some_path, {class: 'btn btn-large'}) do
%i.icon-plus-sign
Do Some Thing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment