mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 14:36:21 +00:00
fix: no agregar contenedor de migas si no hay ninguna
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3879244a1a
commit
b82fd37526
1 changed files with 9 additions and 8 deletions
|
@ -3,14 +3,15 @@
|
|||
= inline_svg_tag 'sutty.svg', class: 'black', aria: true,
|
||||
title: t('svg.sutty.title'), desc: t('svg.sutty.desc')
|
||||
|
||||
%nav.flex-grow-1.order-2.order-md-1{ aria: { label: t('.title') } }
|
||||
%ol.breadcrumb.m-0.flex-wrap
|
||||
- breadcrumb_trail do |crumb|
|
||||
%li.breadcrumb-item{ class: crumb.current? ? 'active' : '' }
|
||||
- if crumb.current?
|
||||
%span.line-clamp-1{ aria: { current: 'page' } }= crumb.name
|
||||
- else
|
||||
= link_to crumb.name, crumb.url, class: 'line-clamp-1'
|
||||
- if breadcrumbs?
|
||||
%nav.flex-grow-1.order-2.order-md-1{ aria: { label: t('.title') } }
|
||||
%ol.breadcrumb.m-0.flex-wrap
|
||||
- breadcrumb_trail do |crumb|
|
||||
%li.breadcrumb-item{ class: crumb.current? ? 'active' : '' }
|
||||
- if crumb.current?
|
||||
%span.line-clamp-1{ aria: { current: 'page' } }= crumb.name
|
||||
- else
|
||||
= link_to crumb.name, crumb.url, class: 'line-clamp-1'
|
||||
|
||||
%ul.navbar-nav.order-1.order-md-2
|
||||
- if @current_usuarie || current_usuarie
|
||||
|
|
Loading…
Reference in a new issue