Skip to content
Snippets Groups Projects
Unverified Commit e5eda30d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix HTML syntax. Closes #32.

parent ec562ea8
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,13 @@
<a class="nav-link dropdown-toggle" data-toggle="dropdown" id="navbarDropdown" aria-expanded="false" role="button" aria-haspopup="true" href="#">
{{ item.name }}
</a>
{% for menu in item.submenu %}
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
{% for menu in item.submenu %}
<a class="dropdown-item" href="{{ menu.url }}">
{{ menu.name }}
</a>
{% endfor %}
</div>
{% endfor %}
</li>
{% endif %}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment