Skip to content

Instantly share code, notes, and snippets.

@0xRoch
Created May 7, 2012 13:54
Show Gist options
  • Save 0xRoch/2627907 to your computer and use it in GitHub Desktop.
Save 0xRoch/2627907 to your computer and use it in GitHub Desktop.
def renderList = {
".GsImageBox *" #> page.map(outfit => {
".outfit-thumb [href]" #> outfit.url() &
".thumb [alt]" #> outfit.toString() &
".thumb [src]" #> outfit.thumbUrl() &
".views-count *" #> outfit.view
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment