Skip to content

Instantly share code, notes, and snippets.

@me
me / 0_reuse_code.js
Created April 4, 2017 10:28
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
@me
me / _form.erb
Created March 25, 2011 14:34 — forked from anonymous/_form.erb
<%= error_messages_for 'type' %>
<div class="box">
<p>
<%= f.text_field :descrizione, :label=>l(:label_descrizione), :required => true-%>
</p>
<p>
<%= f.text_field 'figlia_di', :label=>l(:label_parent) -%>
</p>
<p>