Skip to content

Commit

Permalink
header_login: fix menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Jun 17, 2020
1 parent 4680bfd commit c6ac042
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
<i class="dropdown icon"></i>
<div class="menu">
{%- for item in current_menu.submenu('settings').children if item.visible %}
<div class="item"><a style="color:black;"
href="{{ item.url }}">{{ item.text|safe }}</a>
</div>
<a class="item"
style="color:black;"
href="{{ item.url }}">{{ item.text|safe }}
</a>
<div class="divider"></div>
{%- endfor %}
<div class="item"><a style="color:black;"
Expand Down

0 comments on commit c6ac042

Please sign in to comment.