Skip to content

Instantly share code, notes, and snippets.

@stantona
stantona / 0_reuse_code.js
Created March 26, 2014 00:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@stantona
stantona / covo_card.haml
Created September 20, 2012 17:26
check for cover image
%header{class: topic.cover_image? ? 'coverimage' : ''}
-if topic.cover_image?
%figure.img-canvas-small
=image_tag(comment.topic.cover_image)
-# I want this execute seperately, but nested in header
%article
%h2
-if comment.conversation.subject?
%a.title{ href: conversation_path(comment.conversation, anchor: comment.id.to_s), 'data-pjax' => '#container' }