Skip to content

Instantly share code, notes, and snippets.

@amcaplan
Created April 2, 2014 04:40
Show Gist options
  • Save amcaplan/e92498fb5f59b584f9fe to your computer and use it in GitHub Desktop.
Save amcaplan/e92498fb5f59b584f9fe to your computer and use it in GitHub Desktop.
person_field method
def person_field(text = nil, &block)
content_tag(:div, raw(text), class: "medium-4 small-12 columns", &block)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment