Skip to content

Commit

Permalink
Merge pull request #49 from TUB-DVG/38-change-order-of-navbar-element…
Browse files Browse the repository at this point in the history
…s-in-legal-focus

changed order of elements in legal navar to make criteira catalog the…
  • Loading branch information
expeditionengineer authored Sep 5, 2024
2 parents 7451dd8 + c99cf4b commit f02c6f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions webcentral/src/templates/partials/_navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@
</a>
<ul class="dropdown-menu" aria-labelledby="legalDropdown">
<li>
<a class="dropdown-item" href="{% url 'dataSecurity' %}">
{% translate "Daten&shy;schutz&shy;übersicht" %}
<a class="dropdown-item" href="{% url 'criteriaCatalog' %}">
{% translate "Kriterienkatalog" %}
</a>
</li>
<li>
<a class="dropdown-item" href="{% url 'criteriaCatalog' %}">
{% translate "Kriterienkatalog" %}
<a class="dropdown-item" href="{% url 'dataSecurity' %}">
{% translate "Daten&shy;schutz&shy;übersicht" %}
</a>
</li>
<li>
Expand Down
13 changes: 7 additions & 6 deletions webcentral/src/templates/start_search/start_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,28 +359,29 @@ <h3>{% translate "Rechtlicher Fokus" %}</h3>
<table>
<tr>
<td>
<img src="{% static 'assets/images/buildings.svg' %}"
<img src="{% static 'assets/images/standards.svg' %}"
class="rounded"
alt="icon" />
</td>
<td>
<a class="legal" href="{% url 'dataSecurity' %}">
{% translate "Daten&shy;schutz&shy;übersicht" %}
<a class="legal" href="{% url 'criteriaCatalog' %}">
{% translate "Kriterienkatalog" %}
</a>
</td>
</tr>
<tr>
<td>
<img src="{% static 'assets/images/standards.svg' %}"
<img src="{% static 'assets/images/buildings.svg' %}"
class="rounded"
alt="icon" />
</td>
<td>
<a class="legal" href="{% url 'criteriaCatalog' %}">
{% translate "Kriterienkatalog" %}
<a class="legal" href="{% url 'dataSecurity' %}">
{% translate "Daten&shy;schutz&shy;übersicht" %}
</a>
</td>
</tr>

<tr>
<td>
<img src="{% static 'assets/images/data.svg' %}"
Expand Down

0 comments on commit f02c6f1

Please sign in to comment.