Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Created January 13, 2012 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hedgehog/1605596 to your computer and use it in GitHub Desktop.
Save hedgehog/1605596 to your computer and use it in GitHub Desktop.
HAML snippet: loopable?
.info-block-1
.info-title
%h1= link_to "A", "#"
%h2 a
.infoText
%p aaa
.info-block-2
.info-title
%h1= link_to "B", "#"
%h2 b
.info-text
%p bbb
.info-block-3
.info-title
%h1= link_to "C", "#"
%h2 c
.info-text
%p ccc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment