Skip to content

Instantly share code, notes, and snippets.

@dyoder
Created September 9, 2012 19:01
Show Gist options
  • Save dyoder/3686523 to your computer and use it in GitHub Desktop.
Save dyoder/3686523 to your computer and use it in GitHub Desktop.
conditional strings
for id,tab of tabs
results.push @html.div
class: "tab-content"
content: @html.div
class: "tab-pane fade in" + ((" active" if tab.active?) or "")
id: id
content: tab.content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment