Skip to content

Instantly share code, notes, and snippets.

@jpcody
Created June 17, 2011 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jpcody/1031957 to your computer and use it in GitHub Desktop.
Save jpcody/1031957 to your computer and use it in GitHub Desktop.
def top_align_label(form_field)
return "top-align" if form_field.is_a?( TextareaFormField )
return "top-align" if form_field.is_a?( FileFormField ) && form_field.reference
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment