Skip to content

Commit

Permalink
Merge pull request #2651 from Situphen/fix-easy-2495-user-avatar-link
Browse files Browse the repository at this point in the history
Change le lien de l'avatar de la barre latérale
  • Loading branch information
Eskimon committed May 10, 2015
2 parents 5c1af2d + fb1714e commit e8a3fb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
{% endwith %}
{% endwith %}
{% else %}
<a href="{% url "update-member" %}"
<a href="{% url "member-detail" user.username %}"
id="open-my-account"
class="ico-link dont-click-if-sidebar"
data-click="my-account"
Expand All @@ -412,11 +412,11 @@

<div>
{% with profile=user.profile %}
<a href="{% url "update-member" %}"
<a href="{% url "member-detail" user.username %}"
id="my-account"
class="my-account mobile-menu-link mobile-menu-bloc dont-click-if-sidebar"
title="{% blocktrans %}Mon compte{% endblocktrans %}"
data-title="{% blocktrans %}Mon compte{% endblocktrans %}"
title="{% trans 'Mon profil' %}"
data-title="{% trans 'Mon profil' %}"

{% if not perms.forum.change_post %}
data-active="open-my-account"
Expand All @@ -427,7 +427,7 @@
</a>
{% endwith %}

<div class="dropdown my-account-dropdown mobile-menu-bloc mobile-all-links" data-title="Mon compte">
<div class="dropdown my-account-dropdown mobile-menu-bloc mobile-all-links" data-title="{% trans 'Mon compte' %}">
<span class="dropdown-title">{{ user.username|truncatechars:25 }}</span>

<ul class="dropdown-list">
Expand Down

0 comments on commit e8a3fb3

Please sign in to comment.