25 lines
1016 B
Plaintext
25 lines
1016 B
Plaintext
nav.navbar
|
|
div.nav-left
|
|
a.logo(href="#", title="Dashboard")
|
|
include ../../../../svg/logo.svg
|
|
a(href="#", title="Discover trending projects") Discover
|
|
a(href="#", title="Taiga Support Page") Help
|
|
div.nav-right
|
|
a(href="", title="Dashboard")
|
|
include ../../../../svg/dashboard.svg
|
|
div.topnav-dropdown-wrapper
|
|
a(href="", title="Projects")
|
|
include ../../../../svg/projects.svg
|
|
include dropdown-project-list
|
|
|
|
div.topnav-dropdown-wrapper
|
|
a(href="#", title="Organizations")
|
|
include ../../../../svg/organizations.svg
|
|
include dropdown-organization-list
|
|
|
|
div.topnav-dropdown-wrapper
|
|
a.user-avatar(href="#", title="{{ user.fullname }} profile")
|
|
span Sebastián Sanchís
|
|
img(src="https://s3.amazonaws.com/uifaces/faces/twitter/brad_frost/128.jpg", alt="{{ user.fullname }} picture")
|
|
include dropdown-user
|