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
b66e30c1
Commit
b66e30c1
authored
Feb 04, 2016
by
Jitka Novotna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
your translations->your subscribtions
parent
caa07761
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
weblate/html/index.html
weblate/html/index.html
+2
-2
No files found.
weblate/html/index.html
View file @
b66e30c1
...
...
@@ -25,7 +25,7 @@
"TODO"
<span
class=
"caret"
></span>
</a>
<ul
class=
"dropdown-menu"
id=
"views-menu"
>
<li><a
href=
"#your-
translations"
data-toggle=
"tab"
>
{% trans "Your transla
tions" %}
</a></li>
<li><a
href=
"#your-
subscriptions"
data-toggle=
"tab"
>
{% trans "Your subscrip
tions" %}
</a></li>
<li><a
href=
"#your-languages"
data-toggle=
"tab"
>
{% trans "Your languages" %}
</a></li>
<li><a
href=
"#projects"
data-toggle=
"tab"
>
{% trans "All projects" %}
</a></li>
<li><a
href=
"#todo"
data-toggle=
"tab"
>
{% trans "todo component" %}
</a></li>
...
...
@@ -61,7 +61,7 @@ $("#views-menu li a").click(function(){
<div
class=
"tab-content"
>
{% if user.is_authenticated %}
<div
class=
"tab-pane active"
id=
"your-
transla
tions"
>
<div
class=
"tab-pane active"
id=
"your-
subscrip
tions"
>
{% if usersubscriptions %}
{% with usersubscriptions as translations and 2 as show_language and user.profile.hide_completed as hide_completed %}
{% include "list-translations.html" %}
...
...
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