Method: Satis::Forms::Builder#hint_text
- Defined in:
- lib/satis/forms/builder.rb
#hint_text(text) ⇒ Object
171 172 173 174 175 |
# File 'lib/satis/forms/builder.rb', line 171 def hint_text(text) return if text.nil? tag.small text, class: 'form-text text-muted' end |