Method: PageBuilder::TagHelpers#dd
- Defined in:
- lib/pagebuilder/tag_helpers/lists.rb
#dd(content = nil, **attributes) ⇒ Object
13 14 15 |
# File 'lib/pagebuilder/tag_helpers/lists.rb', line 13 def dd(content = nil, **attributes) pagebuilder_basic_element('dd', content, attributes) end |