Differential D11410 Diff 37550 common/templates/common/components/navigation/nav_drawer_section.html
Changeset View
Changeset View
Standalone View
Standalone View
common/templates/common/components/navigation/nav_drawer_section.html
| <li class="drawer-nav-section"> | <li class="drawer-nav-section"> | ||||
| <a href="{{ href }}" class="drawer-nav-section-link {% if active %}active{% endif %}"> | <a href="{{ href }}" class="drawer-nav-section-link {% if active %}active{% endif %}"> | ||||
| <div class="drawer-nav-section-icon"> | <div class="drawer-nav-section-icon"> | ||||
| <i class="material-icons">insert_drive_file</i> | <i class="material-icons">insert_drive_file</i> | ||||
| <svg width="30" height="30" class="drawer-nav-section-icon-progress"> | <svg width="30" height="30" class="drawer-nav-section-icon-progress"> | ||||
| <circle cx="15" cy="15" r="14" /> | <circle cx="15" cy="15" r="14" /> | ||||
| </svg> | </svg> | ||||
| </div> | </div> | ||||
| <div> | <div> | ||||
| <p class="subtitle">{{ subtitle }}</p> | <p class="subtitle">{{ subtitle }}</p> | ||||
| <h4>{{ title }}</h4> | <h4>{{ title }}</h4> | ||||
| </div> | </div> | ||||
| </a> | </a> | ||||
| {% if admin_change_href is not none %} | {% if admin_change_href is not none %} | ||||
| <a class="btn btn-float btn-xs btn-icon btn-secondary" href="{{ admin_change_href }}"> | <a class="btn btn-float btn-xs btn-icon btn-secondary" href="{{ admin_change_href }}"> | ||||
| <i class="material-icons">create</i> | <i class="material-icons">create</i> | ||||
| </a> | </a> | ||||
| {% endif %} | {% endif %} | ||||
| </li> | </li> | ||||