update link to resolution list
This commit is contained in:
@@ -153,10 +153,8 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% get_flatpages '/bs/' for user as pages %}
|
|
||||||
{% if pages %}
|
|
||||||
<div class="w-full my-2 flex items-center gap-4 text-gray-700 dark:text-gray-300" x-data="optionsToggle">
|
<div class="w-full my-2 flex items-center gap-4 text-gray-700 dark:text-gray-300" x-data="optionsToggle">
|
||||||
<span class="flex-1">{{ pages.first.title }}</span>
|
<span class="flex-1">Beschlusssammlung</span>
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<button class="sm:hidden px-2 py-1 border border-gray-300 dark:border-gray-700 rounded" @click="showOptions">
|
<button class="sm:hidden px-2 py-1 border border-gray-300 dark:border-gray-700 rounded" @click="showOptions">
|
||||||
<i class="fa-solid fa-ellipsis-vertical fa-fw"></i>
|
<i class="fa-solid fa-ellipsis-vertical fa-fw"></i>
|
||||||
@@ -172,7 +170,7 @@
|
|||||||
x-transition:leave-end="transform origin-right opacity-0 scale-95"
|
x-transition:leave-end="transform origin-right opacity-0 scale-95"
|
||||||
>
|
>
|
||||||
<li class="block sm:inline-block group hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-gray-800 dark:hover:text-gray-200">
|
<li class="block sm:inline-block group hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-gray-800 dark:hover:text-gray-200">
|
||||||
<a href="{{ pages.first.url }}" class="inline-flex items-center px-2 py-1"><i class="fa-solid fa-file-lines fa-fw text-proprietary dark:text-proprietary-light md:text-inherit group-hover:text-proprietary dark:group-hover:text-proprietary-light"></i>
|
<a href="{% url 'finance:resolution_list' %}" class="inline-flex items-center px-2 py-1"><i class="fa-solid fa-file-lines fa-fw text-proprietary dark:text-proprietary-light md:text-inherit group-hover:text-proprietary dark:group-hover:text-proprietary-light"></i>
|
||||||
<span class="ml-2 sm:ml-1">Übersicht</span>
|
<span class="ml-2 sm:ml-1">Übersicht</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -180,7 +178,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block update_button_mobile %}
|
{% block update_button_mobile %}
|
||||||
|
|||||||
Reference in New Issue
Block a user