11 lines
399 B
Plaintext
11 lines
399 B
Plaintext
#TODO: fill correctly when implemented
|
|
a(href="#", title="Organizations")
|
|
include ../../../svg/organizations.svg
|
|
|
|
div.navbar-dropdown.dropdown-organization-list
|
|
ul
|
|
- for (var x = 0; x < 4; x++)
|
|
li
|
|
a(href="#", title="{{ project.title }}") Organization 1
|
|
a.create-organization-btn.button-green(href="#", title="Create Organization") Create Organization
|