Skip to content

Instantly share code, notes, and snippets.

View aaronvb's full-sized avatar
:shipit:
Working from ~/

Aaron Van Bokhoven aaronvb

:shipit:
Working from ~/
View GitHub Profile
class Checkpoint < ActiveRecord::Base
has_many :note_joins, as: :notable
has_many :notes, through: :note_joins
end
<div class="container">
{{#if notification}}
<div {{bindAttr class=":alert notification.type"}} id="notification">
<button type="button" class="btn-close" {{action "closeNotification"}}></button>
{{#if notification.title}}
<h3>{{notification.title}}</h3>
{{/if}}
{{notification.message}}
</div>
{{/if}}
@aaronvb
aaronvb / kitty.conf
Created August 14, 2019 23:54
Horizon theme for kitty terminal
foreground #BABABA
background #1C1E26
# black
color0 #131419
color8 #676767
# red
color1 #E95678
color9 #EC6A88