Method: Ui::DescriptiveList::Item#show
- Defined in:
- lib/ui/descriptive_list/item.rb
#show ⇒ Object
4 5 6 7 8 9 10 11 12 13 |
# File 'lib/ui/descriptive_list/item.rb', line 4 def show content_tag( :div, render_group([ content_tag(:dt, item_title), content_tag(:dd, value) ]), class: 'ui-descriptive-list__item' ) end |