mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-01 13:10:58 -05:00
Mark breadcrumbs as a nav
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
.container
|
||||
#maincontainer
|
||||
- if content_for?(:breadcrumbs)
|
||||
%ol.breadcrumb{ "aria-label" => "breadcrumb" }
|
||||
%li.breadcrumb-item= link_to 'Home', root_path
|
||||
= yield(:breadcrumbs)
|
||||
%nav{ "aria-label" => "breadcrumb" }
|
||||
%ol.breadcrumb
|
||||
%li.breadcrumb-item= link_to 'Home', root_path
|
||||
= yield(:breadcrumbs)
|
||||
- if content_for?(:buttonbar)
|
||||
= yield(:buttonbar)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user