Class: Components::Breadcrumb::Item
- Inherits:
-
Components::Base
- Object
- Phlex::HTML
- Components::Base
- Components::Breadcrumb::Item
- Defined in:
- lib/backpack/components/breadcrumb.rb
Constant Summary
Constants included from Backpack::Attributes
Backpack::Attributes::HTMLAttribute, Backpack::Attributes::HTMLAttributes, Backpack::Attributes::MandatoryHTMLAttribute
Instance Method Summary collapse
Methods included from Backpack::Classes
Methods included from Backpack::Identifier
Instance Method Details
#view_template ⇒ Object
9 10 11 12 13 |
# File 'lib/backpack/components/breadcrumb.rb', line 9 def view_template(&) li(**root_attributes) do a(href: @href, aria_current: last? ? "page" : nil, &) end end |