Commit 9dedf122 authored by Michal Čihař's avatar Michal Čihař

Correct breadcrums for checks and languages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent fe74eb3c
......@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "checks" %}</a></li>
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
<li><a href="{% url 'show_check' name=check.check_id %}">{{ check.name }}</a></li>
{% endblock %}
......
......@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "checks" %}</a></li>
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
<li><a href="{% url 'show_check' name=check.check_id %}">{{ check.name }}</a></li>
<li><a href="{% url 'show_check_project' name=check.check_id project=project.slug %}">{{ project }}</a></li>
{% endblock %}
......
......@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "checks" %}</a></li>
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
<li><a href="{% url 'show_check' name=check.check_id %}">{{ check.name }}</a></li>
<li><a href="{% url 'show_check_project' name=check.check_id project=subproject.project.slug %}">{{ subproject.project }}</a></li>
<li><a href="{% url 'show_check_subproject' name=check.check_id project=subproject.project.slug subproject=subproject.slug %}">{{ subproject.name }}</a></li>
......
......@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'checks' %}">{% trans "checks" %}</a></li>
<li><a href="{% url 'checks' %}">{% trans "Checks" %}</a></li>
{% endblock %}
{% block content %}
......
......@@ -3,7 +3,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'languages' %}">{% trans "languages" %}</a></li>
<li><a href="{% url 'languages' %}">{% trans "Languages" %}</a></li>
<li><a href="{{ object.get_absolute_url }}">{{ object }}</a></li>
{% endblock %}
......
......@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a href="{% url 'languages' %}">{% trans "languages" %}</a></li>
<li><a href="{% url 'languages' %}">{% trans "Languages" %}</a></li>
{% endblock %}
{% block content %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment