Skip to content

Instantly share code, notes, and snippets.

@bmidgley
Created July 2, 2011 00:31
Show Gist options
  • Save bmidgley/1059627 to your computer and use it in GitHub Desktop.
Save bmidgley/1059627 to your computer and use it in GitHub Desktop.
Device.include showView: ->
CoffeeKup.render (->
div "data-role": "page", id: "#{@device.id}", ->
div "data-role": "header", text: "#{@device.name}", ->
h1 "#{@device.name}"
div "data-role": "content"
div "data-role": "footer"), {context: {device: @}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment