Class: Ui::Breadcrumbs::Breadcrumb
- Includes:
- Stylable
- Defined in:
- lib/ui/breadcrumbs/breadcrumb.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/ui/breadcrumbs/breadcrumb.rb', line 11 def show content_tag( :span, link_to(render_group(title), path), class: style ) end |