Fix missing symbol string

pull/4038/head
Oliver Günther 9 years ago
parent 59d9580244
commit 4f9dfce935
  1. 2
      lib/tabular_form_builder.rb

@ -207,7 +207,7 @@ class TabularFormBuilder < ActionView::Helpers::FormBuilder
content << content_tag('span',
'*',
class: 'form--label-required',
'aria-hidden': true)
:'aria-hidden' => true)
end
label_options[:for] = if options[:for]

Loading…
Cancel
Save