aboutsummaryrefslogtreecommitdiff
path: root/web/kbn_templates/base.j2
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/base.j2')
-rw-r--r--web/kbn_templates/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/base.j2 b/web/kbn_templates/base.j2
index 2ecb199..8088c19 100644
--- a/web/kbn_templates/base.j2
+++ b/web/kbn_templates/base.j2
@@ -1,7 +1,7 @@
{% macro breadcrumbs(history) %}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
- <li class="breadcrumb-item"><a href="/main.cgi">{{ "main"|lang }}</a></li>
+ <li class="breadcrumb-item"><a href="main.cgi">{{ "main"|lang }}</a></li>
{% for item in history %}
<li class="breadcrumb-item"{% if loop.last %} aria-current="page"{% endif %}>
{% if item.link %}<a href="{{ item.link }}">{% endif %}