Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
9dedf122
Commit
9dedf122
authored
May 12, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct breadcrums for checks and languages
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
fe74eb3c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
weblate/html/check.html
weblate/html/check.html
+1
-1
weblate/html/check_project.html
weblate/html/check_project.html
+1
-1
weblate/html/check_subproject.html
weblate/html/check_subproject.html
+1
-1
weblate/html/checks.html
weblate/html/checks.html
+1
-1
weblate/html/language.html
weblate/html/language.html
+1
-1
weblate/html/languages.html
weblate/html/languages.html
+1
-1
No files found.
weblate/html/check.html
View file @
9dedf122
...
...
@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
c
hecks" %}
</a></li>
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
C
hecks" %}
</a></li>
<li><a
href=
"{% url 'show_check' name=check.check_id %}"
>
{{ check.name }}
</a></li>
{% endblock %}
...
...
weblate/html/check_project.html
View file @
9dedf122
...
...
@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
c
hecks" %}
</a></li>
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
C
hecks" %}
</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 %}
...
...
weblate/html/check_subproject.html
View file @
9dedf122
...
...
@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
c
hecks" %}
</a></li>
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
C
hecks" %}
</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>
...
...
weblate/html/checks.html
View file @
9dedf122
...
...
@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
c
hecks" %}
</a></li>
<li><a
href=
"{% url 'checks' %}"
>
{% trans "
C
hecks" %}
</a></li>
{% endblock %}
{% block content %}
...
...
weblate/html/language.html
View file @
9dedf122
...
...
@@ -3,7 +3,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a
href=
"{% url 'languages' %}"
>
{% trans "
l
anguages" %}
</a></li>
<li><a
href=
"{% url 'languages' %}"
>
{% trans "
L
anguages" %}
</a></li>
<li><a
href=
"{{ object.get_absolute_url }}"
>
{{ object }}
</a></li>
{% endblock %}
...
...
weblate/html/languages.html
View file @
9dedf122
...
...
@@ -4,7 +4,7 @@
{% load url from future %}
{% block breadcrumbs %}
<li><a
href=
"{% url 'languages' %}"
>
{% trans "
l
anguages" %}
</a></li>
<li><a
href=
"{% url 'languages' %}"
>
{% trans "
L
anguages" %}
</a></li>
{% endblock %}
{% block content %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment