diff options
Diffstat (limited to 'localwebsite/templates-web/sensors.twig')
-rw-r--r-- | localwebsite/templates-web/sensors.twig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/localwebsite/templates-web/sensors.twig b/localwebsite/templates-web/sensors.twig index 354e4e7..14f8454 100644 --- a/localwebsite/templates-web/sensors.twig +++ b/localwebsite/templates-web/sensors.twig @@ -1,9 +1,8 @@ -<nav aria-label="breadcrumb"> - <ol class="breadcrumb"> - <li class="breadcrumb-item"><a href="/">Главная</a></li> - <li class="breadcrumb-item active" aria-current="page">Датчики</li> - </ol> -</nav> +{% include 'bc.twig' with { + history: [ + {text: "Датчики" } + ] +} %} {% for key, sensor in sensors %} <h6 class="text-primary{% if not loop.first %} mt-4{% endif %}">{{ sensor.name }}</h6> |