Differential D11410 Diff 37550 common/templates/common/components/navigation/nav_drawer_section_file.html
Changeset View
Changeset View
Standalone View
Standalone View
common/templates/common/components/navigation/nav_drawer_section_file.html
| <li class="drawer-nav-section"> | <li class="drawer-nav-section"> | ||||
| <a href="{{ href }}" class="drawer-nav-section-link {% if active %}active{% endif %}" data-tooltip="tooltip-overflow" | <a href="{{ href }}" class="drawer-nav-section-link {% if active %}active{% endif %}" data-tooltip="tooltip-overflow" | ||||
| data-placement="top" title="{{ title }}"> | data-placement="top" title="{{ title }}"> | ||||
| <i class="material-icons mr-2">insert_drive_file</i> | <i class="material-icons mr-2">insert_drive_file</i> | ||||
| <h4 class="overflow-text">{{ title }}</h4> | <h4 class="overflow-text">{{ title }}</h4> | ||||
| {% if free %} | {% if free %} | ||||
| <span class="ml-auto"> | <span class="ml-auto"> | ||||
| <i class="material-icons icon-inline small text-success ml-1 mr-0" data-toggle="tooltip" data-placement="top" title="Free">lock_open</i> | <i class="material-icons icon-inline small text-success ml-1 mr-0" data-toggle="tooltip" data-placement="top" title="Free">lock_open</i> | ||||
| </span> | </span> | ||||
| {% endif %} | {% endif %} | ||||
| </a> | </a> | ||||
| </li> | </li> | ||||