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
d4e449e9
Commit
d4e449e9
authored
May 12, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust subproject listing
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
356c24e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
weblate/html/project.html
weblate/html/project.html
+3
-2
No files found.
weblate/html/project.html
View file @
d4e449e9
{% extends "base.html" %}
{% load i18n %}
{% load translations %}
{% load url from future %}
{% block breadcrumbs %}
...
...
@@ -20,7 +21,7 @@
<h2>
{% trans "Subprojects" %}
</h2>
<table
class=
"sort"
>
<table
class=
"sort
table
"
>
<thead>
<tr>
<th>
{% trans "Subproject" %}
</th>
...
...
@@ -31,7 +32,7 @@
{% with prj.get_translated_percent as percent and prj.get_fuzzy_percent as fuzzy and prj.get_failing_checks_percent as check_percent %}
<tr>
<th><a
href=
"{{ prj.get_absolute_url }}"
>
{{ prj.name }}
</a></th>
<td
><div
class=
"progress"
data-value=
"{{ percent|floatformat:0 }}"
data-fuzzy=
"{{ fuzzy|floatformat:0 }}"
data-checks=
"{{ check_percent|floatformat:0 }}"
></div>
</td>
<td
class=
"progress-cell"
>
{% translation_progress prj %}
</td>
<td
class=
"percent"
>
{{ percent }}%
</td>
</tr>
{% endwith %}
...
...
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