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
2085c036
Commit
2085c036
authored
Apr 19, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch summaries on main page to tabs to be consistent with other pages
parent
bc40f2fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
weblate/html/index.html
weblate/html/index.html
+14
-10
No files found.
weblate/html/index.html
View file @
2085c036
...
...
@@ -42,13 +42,20 @@
<h2>
{% trans "Summaries" %}
</h2>
<
h3>
{% trans "Recent changes" %}
</h3
>
<
div
class=
"tabs"
>
{% include "last-changes.html" %}
<ul>
<li><a
href=
"#changes"
>
{% trans "Recent changes" %}
</a></li>
<li><a
href=
"#translators"
>
{% trans "Most active translators" %}
</a></li>
<li><a
href=
"#suggesters"
>
{% trans "Most active suggesters" %}
</a></li>
<li><a
href=
"#others"
>
{% trans "Others" %}
</a></li>
</ul>
<div
class=
"floatbox"
>
<h3>
{% trans "Most active translators" %}
</h3>
<div
id=
"changes"
>
{% include "last-changes.html" %}
</div>
<div
id=
"translators"
>
<table>
<thead>
<tr>
...
...
@@ -66,8 +73,7 @@
</table>
</div>
<div
class=
"floatbox"
>
<h3>
{% trans "Most active suggesters" %}
</h3>
<div
id=
"suggesters"
>
<table>
<thead>
...
...
@@ -86,14 +92,12 @@
</table>
</div>
<div
class=
"clearer"
></div>
<h3>
{% trans "Others" %}
</h3>
<div
id=
"others"
>
<ul>
<li><a
href=
"{% url 'weblate.trans.views.show_languages' %}"
>
{% trans "Languages summary" %}
</a></li>
<li><a
href=
"{% url 'weblate.trans.views.show_checks' %}"
>
{% trans "Checks overview" %}
</a></li>
</ul>
</div>
{% endblock %}
...
...
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