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
7d733de5
Commit
7d733de5
authored
Sep 24, 2012
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
aabb04c0
c5545680
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
weblate/html/index.html
weblate/html/index.html
+1
-1
weblate/trans/views.py
weblate/trans/views.py
+2
-0
No files found.
weblate/html/index.html
View file @
7d733de5
...
...
@@ -41,7 +41,7 @@
{% for prj in projects %}
{% with prj.get_translated_percent as percent %}
<tr>
<th><a
href=
"{{ prj.get_absolute_url }}"
>
{{ prj
.name
}}
</a></th>
<th><a
href=
"{{ prj.get_absolute_url }}"
>
{{ prj }}
</a></th>
<td
class=
"progress"
><div
class=
"progress"
id=
"{{ percent|floatformat:0 }}"
></div></td>
<td
class=
"percent"
>
{{ percent }}%
</td>
</tr>
...
...
weblate/trans/views.py
View file @
7d733de5
...
...
@@ -63,6 +63,8 @@ def home(request):
and user links if logged in.
'''
projects
=
Project
.
objects
.
all
()
if
projects
.
count
()
==
1
:
projects
=
SubProject
.
objects
.
all
()
# Warn about not filled in username (usually caused by migration of
# users from older system
...
...
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