mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-11 23:32:56 +02:00
feat: add Transaction Entity to navbar
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle {% active_link views='tags_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index' %}"
|
<a class="nav-link dropdown-toggle {% active_link views='tags_index||entities_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index' %}"
|
||||||
href="#" role="button"
|
href="#" role="button"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="dropdown"
|
||||||
aria-expanded="false">
|
aria-expanded="false">
|
||||||
@@ -85,6 +85,8 @@
|
|||||||
href="{% url 'categories_index' %}">{% translate 'Categories' %}</a></li>
|
href="{% url 'categories_index' %}">{% translate 'Categories' %}</a></li>
|
||||||
<li><a class="dropdown-item {% active_link views='tags_index' %}"
|
<li><a class="dropdown-item {% active_link views='tags_index' %}"
|
||||||
href="{% url 'tags_index' %}">{% translate 'Tags' %}</a></li>
|
href="{% url 'tags_index' %}">{% translate 'Tags' %}</a></li>
|
||||||
|
<li><a class="dropdown-item {% active_link views='tags_index' %}"
|
||||||
|
href="{% url 'entities_index' %}">{% translate 'Entities' %}</a></li>
|
||||||
<li>
|
<li>
|
||||||
<hr class="dropdown-divider">
|
<hr class="dropdown-divider">
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user