Skip to content

Commit

Permalink
kudos detail hover
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Nov 2, 2018
1 parent 048afa7 commit a684b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/kudos/templates/kudos_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ <h3 id="kudosName" class="kudos-details__title">{{ kudos.name|humanize_name }} {
<div class="row">
<div class="col-12">
{% for profile in related_profiles %}
<a href="/profile/{{ profile.handle }}">
<img src="{% if profile.avatar %}{{profile.avatar_url}}{% else %}/dynamic/avatar/{{profile.username}}{% endif %}" alt="{{profile.username}}" width="70" class="rounded-circle border m-1">
<a href="/profile/{{ profile.handle }}" title="{{profile.username}}">
<img src="{% if profile.avatar %}{{profile.avatar_url}}{% else %}/dynamic/avatar/{{profile.username}}{% endif %}" alts="{{profile.username}}" width="70" class="rounded-circle border m-1">
</a>
{% if forloop.counter|divisibleby:5 %}
</div>
Expand Down

0 comments on commit a684b64

Please sign in to comment.