Method: NfgUi::Components::Elements::FormControl#render
- Defined in:
- lib/nfg_ui/components/elements/form_control.rb
#render ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/nfg_ui/components/elements/form_control.rb', line 8 def render # this is a place holder, to indicate that this # component is not yet rendering a true bootstrap element content_tag(:b, class: 'text-danger') do 'Form Control Element Component' end end |