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
3e0eeea4
Commit
3e0eeea4
authored
Apr 09, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another name conflict
parent
af0a1556
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
html/check_project.html
html/check_project.html
+3
-3
No files found.
html/check_project.html
View file @
3e0eeea4
...
...
@@ -27,10 +27,10 @@
<th>
{% trans "Failures" %}
</th>
</tr>
<tbody>
{% for
check
in checks %}
{% for
obj
in checks %}
<tr>
<th><a
href=
"{% url 'trans.views.show_subproject' project=
check.translation__subproject__project__slug subproject=check.translation__subproject__slug %}"
>
{% subproject_name check.translation__subproject__project__slug check
.translation__subproject__slug %}
</a></th>
<td><a
href=
"{% url 'trans.views.show_check_subproject' name=check.check_id project=
check.translation__subproject__project__slug subproject=check.translation__subproject__slug %}"
>
{{ check
.count }}
</a></td>
<th><a
href=
"{% url 'trans.views.show_subproject' project=
obj.translation__subproject__project__slug subproject=obj.translation__subproject__slug %}"
>
{% subproject_name obj.translation__subproject__project__slug obj
.translation__subproject__slug %}
</a></th>
<td><a
href=
"{% url 'trans.views.show_check_subproject' name=check.check_id project=
obj.translation__subproject__project__slug subproject=obj.translation__subproject__slug %}"
>
{{ obj
.count }}
</a></td>
</tr>
{% endfor %}
</tbody>
...
...
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