Skip to content
Snippets Groups Projects
Verified Commit bdf08117 authored by weeman's avatar weeman
Browse files

Repariere Create Menü

parent bdf31889
No related branches found
No related tags found
1 merge request!1236Repariere Create Menü
...@@ -105,21 +105,21 @@ ...@@ -105,21 +105,21 @@
</button> </button>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li> <li>
<a class="dropdown-item{% if not conf.is_open %} disabled{% endif %}" <a class="dropdown-item d-flex align-items-center gap-2{% if not conf.is_open %} disabled{% endif %}"
href="{{ hub_absolute('backoffice:assembly-create') }}"> href="{{ hub_absolute('backoffice:assembly-create') }}">
<i class="bi bi-people-fill"></i> <i class="bi bi-people-fill"></i>
Assembly Assembly
</a> </a>
</li> </li>
<li> <li>
<a class="dropdown-item{% if conf.has_ended %}disabled{% endif %}" <a class="dropdown-item d-flex align-items-center gap-2{% if conf.has_ended %} disabled{% endif %}"
href="{{ hub_absolute('backoffice:so-create-project') }}"> href="{{ hub_absolute('backoffice:so-create-project') }}">
<i class="bi bi-hammer"></i> <i class="bi bi-hammer"></i>
Self-organised-project Self-organised-project
</a> </a>
</li> </li>
<li> <li>
<a class="dropdown-item {% if conf.has_ended %}disabled{% endif %}" <a class="dropdown-item d-flex align-items-center gap-2{% if conf.has_ended %} disabled{% endif %}"
href="{{ hub_absolute('backoffice:sos-create') }}"> href="{{ hub_absolute('backoffice:sos-create') }}">
<i class="bi bi-controller"></i> <i class="bi bi-controller"></i>
Self-organised-session Self-organised-session
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment