mirror of
https://github.com/torproject/tpo.git
synced 2024-12-18 08:06:47 +00:00
Fix typo
This commit is contained in:
parent
5ddcd4d7c3
commit
24b67eb137
@ -22,7 +22,7 @@
|
||||
{% for id, item in bag(menubag).items() %}
|
||||
<li{% if this.is_child_of(item.path) %} class="nav-item active" {% else %} class="nav-item"{% endif %}>
|
||||
{% if this.is_child_of(this.parent) %}
|
||||
{% set link = this.parent.path + "/" + item.path}
|
||||
{% set link = this.parent.path + "/" + item.path %}
|
||||
<a class="nav-link" href="{{ link|url }}">{{ item.label }}
|
||||
{% else %}
|
||||
<a class="nav-link" href="{{ item.path|url}}">{{ item.label }}
|
||||
|
Loading…
Reference in New Issue
Block a user