Method: Formtastic::Inputs::Base::Choices#legend_html
- Defined in:
- lib/formtastic/inputs/base/choices.rb
#legend_html ⇒ Object
89 90 91 92 93 94 95 96 97 98 |
# File 'lib/formtastic/inputs/base/choices.rb', line 89 def legend_html if render_label? template.content_tag(:legend, template.content_tag(:label, label_text), .merge(:class => "label") ) else +"".html_safe end end |