Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1271499 - Replace missing ul.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Mullaney committed May 18, 2016
1 parent a2f90ba commit b46c27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kuma/users/jinja2/users/user_detail.html
Expand Up @@ -102,6 +102,7 @@ <h2>{{ _("Areas of Expertise") }}</h2>
<img src="{{ gravatar_url(detail_user.email, size=200) }}" alt="{{ detail_user.username }}" width="200" height="200" class="user-photo avatar" />
</figure>

<ul class="user-links">
{% if detail_user.twitter_url %}
<li class="twitter"><i class="icon-twitter" aria-hidden="true"></i><a href="{{ detail_user.twitter_url }}" rel="me external" class="url">{{ _("Twitter") }}</a></li>
{% endif %}
Expand Down

0 comments on commit b46c27f

Please sign in to comment.