mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
leading -> lh
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
{% assign badge-color = level-1[1].badge-color | default: 'green' %}
|
||||
{% include ui/badge.html text=badge color=badge-color %}
|
||||
{% endif %}
|
||||
</a>
|
||||
|
||||
{% comment %}
|
||||
<div class="sidebar-nav-title">{{ level-1[1].title }}</div>
|
||||
{% endcomment %}
|
||||
{% if level-1[1].children %}
|
||||
<span class="sidebar-nav-arrow"></span>
|
||||
{% endif %}
|
||||
</a>
|
||||
|
||||
{% if level-1[1].children %}
|
||||
<ul class="sidebar-subnav">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<a href="#" data-toggle="dropdown"
|
||||
class="nav-link d-flex align-items-center py-0 px-lg-0 px-2 text-reset ml-2">
|
||||
{% include ui/avatar.html src=person.photo size="sm" %}
|
||||
<span class="ml-2 d-none d-lg-block leading-none">
|
||||
<span class="ml-2 d-none d-lg-block lh-1">
|
||||
{{ person.full_name }}
|
||||
<span class="text-muted d-block mt-1 text-h6">Administrator</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user