Skip to content

Instantly share code, notes, and snippets.

@jathayde
Created May 13, 2014 18:36
Show Gist options
  • Save jathayde/43df7d63699d2e3332f7 to your computer and use it in GitHub Desktop.
Save jathayde/43df7d63699d2e3332f7 to your computer and use it in GitHub Desktop.
def legend_html
if render_label?
template.content_tag(:legend, label_text)
else
"".html_safe
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment