Skip to content
Snippets Groups Projects
Commit a99a41e0 authored by Carlos Vega's avatar Carlos Vega
Browse files

Issue #277 changed breadcrumb to the submenus within configuration menu

parent c512d660
No related branches found
No related tags found
1 merge request!193Issue #277 changed breadcrumb to the submenus within configuration menu
Pipeline #7557 passed
<li><a href="{% url 'web.views.appointments' %}"><i class="fa fa-dashboard"></i> Dashboard</a></li>
<li>Configuration</li>
<li class="active">
<a href="{% url 'web.views.configuration' %}">Configuration</a>
<a href="{% url 'web.views.configuration' %}">General</a>
</li>
<li><a href="{% url 'web.views.appointments' %}"><i class="fa fa-dashboard"></i> Dashboard</a></li>
{% if worker_type == 'HEALTH_PARTNER' %}
<li>Configuration</li>
{% elif worker_type == 'VOUCHER_PARTNER' %}
<li>Configuration</li>
{% endif %}
<li class="active"><a href="{% url 'web.views.workers' %}">Workers</a></li>
\ No newline at end of file
<li><a href="{% url 'web.views.appointments' %}"><i class="fa fa-dashboard"></i> Dashboard</a></li>
<li class="active"><a href="{% url 'web.views.languages' %}">Languages</a></li>
\ No newline at end of file
<li>Configuration</li>
<li class="active">
<a href="{% url 'web.views.languages' %}">Languages</a>
</li>
\ No newline at end of file
......@@ -23,7 +23,7 @@
{% block title %}{{ block.super }} - Edit subject information{% endblock %}
{% block breadcrumb %}
{% include "subjects/breadcrumb.html" %}
{% include "study/breadcrumb.html" %}
{% endblock breadcrumb %}
{% block maincontent %}
......
<li><a href="{% url 'web.views.appointments' %}"><i class="fa fa-dashboard"></i> Dashboard</a></li>
<li>Configuration</li>
<li class="active"><a href="{% url 'web.views.voucher_types' %}">Voucher types</a></li>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment