I hereby claim:
- I am kellym on github.
- I am kellym (https://keybase.io/kellym) on keybase.
- I have a public key whose fingerprint is 34FF 4F30 689B E395 731F EAF7 0D2B 8A79 FB65 4910
To claim this, I am signing this object:
| # Select all | |
| :%y+ | |
| # Replace word with register | |
| viwp | |
| # Delete entire word | |
| diw | |
| # Delete to end of current word |
I hereby claim:
To claim this, I am signing this object:
| .widget { | |
| border: 1px solid | |
| } | |
| .widget-templates {display:none} | |
| div.widget {display: inline-block;} | |
| .tablewidget table {border-collapse: collapse} | |
| .tablewidget input { | |
| margin: 0; | |
| border:0px} | |
| .tablewidget table td { |
| ### Keybase proof | |
| I hereby claim: | |
| * I am kellym on github. | |
| * I am kellym (https://keybase.io/kellym) on keybase. | |
| * I have a public key whose fingerprint is 6DD5 1B71 98AF A2C0 6628 2CF1 FCB8 E6D8 D733 9664 | |
| To claim this, I am signing this object: |
| require Rails.root.join('lib', 'simple_form', 'columnar_form.rb') | |
| module ApplicationHelper | |
| def hotspot_for(id, options = {}, &block) | |
| data = { :for => id, :position => :bottom }.merge(options) | |
| render :partial => 'hotspot', :locals => { :data => data, :body => capture(&block) } | |
| end | |
| end |