# File lib/simple_form/components/labels.rb, line 26 def label @builder.label(label_target, label_text, label_html_options) end
# File lib/simple_form/components/labels.rb, line 38 def label_html_options label_options = html_options_for(:label, [input_type, required_class]) label_options[:for] = options[:input_html][:id] if options.key?(:input_html) label_options end
Generated with the Darkfish Rdoc Generator 2.