module SimpleForm::Components::Labels
def label
def label if generate_label_for_attribute? @builder.label(label_target, label_text, label_html_options) else template.label_tag(nil, label_text, label_html_options) end end
def label if generate_label_for_attribute? @builder.label(label_target, label_text, label_html_options) else template.label_tag(nil, label_text, label_html_options) end end