mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 04:21:06 +00:00
19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
li.nav-item.dropdown.no-arrow
|
|
a#userDropdown.nav-link.dropdown-toggle(href='#' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false')
|
|
span.mr-2.d-none.d-lg-inline.text-gray-600.small #{user.name.givenName} #{user.name.familyName}
|
|
img.img-profile.rounded-circle(src='https://source.unsplash.com/QAB-WJcbgJk/60x60')
|
|
// Dropdown - User Information
|
|
.dropdown-menu.dropdown-menu-right.shadow.animated--grow-in(aria-labelledby='userDropdown')
|
|
a.dropdown-item(href='#')
|
|
i.fas.fa-user.fa-sm.fa-fw.mr-2.text-gray-400
|
|
| Profile
|
|
a.dropdown-item(href='#')
|
|
i.fas.fa-cogs.fa-sm.fa-fw.mr-2.text-gray-400
|
|
| Settings
|
|
a.dropdown-item(href='#')
|
|
i.fas.fa-list.fa-sm.fa-fw.mr-2.text-gray-400
|
|
| Activity Log
|
|
.dropdown-divider
|
|
a.dropdown-item(href='#' data-toggle='modal' data-target='#logoutModal')
|
|
i.fas.fa-sign-out-alt.fa-sm.fa-fw.mr-2.text-gray-400
|
|
| Logout |