Skip to content

Instantly share code, notes, and snippets.

View kylpo's full-sized avatar

Kyle Poole kylpo

View GitHub Profile
@kylpo
kylpo / tmp
Created April 19, 2012 19:47
tmp
## _type_activity.html.erb
<div class="well">
<p>
<label><b>Sentiment</b></label>
<label class="checkbox inline">
<%= f.check_box :sentiment_positive, :checked => true %>
Positive
</label>
<label class="checkbox inline">