Skip to content

Instantly share code, notes, and snippets.

@b0oh
Created January 18, 2015 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save b0oh/d57fb9a3707ce7dd7bfa to your computer and use it in GitHub Desktop.
Save b0oh/d57fb9a3707ce7dd7bfa to your computer and use it in GitHub Desktop.
$with categoriesCount <- length categories
$forall (Entity categoryId category, ix) <- zip categories ints
<a href=@{CategoryR categoryId}>
#{categoryTitle category}
<span .badge-for-tag-link>1
$if ix < (categoriesCount - 1)
, #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment