Commit e0ea3f97 authored by Jitka Novotna's avatar Jitka Novotna

manage buttons

parent b66e30c1
...@@ -69,7 +69,7 @@ $("#views-menu li a").click(function(){ ...@@ -69,7 +69,7 @@ $("#views-menu li a").click(function(){
{% else %} {% else %}
<p class="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in your subscribed projects." %}</p> <p class="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in your subscribed projects." %}</p>
{% endif %} {# usersubscriptions #} {% endif %} {# usersubscriptions #}
<p><a class="btn btn-default" href="{% url 'profile' %}#languages">{% trans "Manage your translations" %}</a></p> <p><a class="btn btn-default" href="{% url 'profile' %}#subscriptions">{% trans "Manage your subscriptions" %}</a></p>
</div> </div>
<div class="tab-pane" id="your-languages"> <div class="tab-pane" id="your-languages">
...@@ -80,7 +80,7 @@ $("#views-menu li a").click(function(){ ...@@ -80,7 +80,7 @@ $("#views-menu li a").click(function(){
{% else %} {% else %}
<p class="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in all projects." %}</p> <p class="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in all projects." %}</p>
{% endif %} {# userlanguages #} {% endif %} {# userlanguages #}
<p><a class="btn btn-default" href="{% url 'profile' %}#languages">{% trans "Manage your translations" %}</a></p> <p><a class="btn btn-default" href="{% url 'profile' %}#languages">{% trans "Manage your languages" %}</a></p>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment