Skip to content

Commit

Permalink
fix avatar in chats
Browse files Browse the repository at this point in the history
  • Loading branch information
pichalite committed Aug 10, 2016
1 parent 84fb3dc commit ab529cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/chat_recent_room.tpl
Expand Up @@ -3,7 +3,7 @@
<!-- IF rooms.lastUser.uid -->
<div class="lv-avatar pull-left" data-username="{rooms.lastUser.username}" data-uid="{rooms.lastUser.uid}">
<!-- IF rooms.lastUser.picture -->
<img src="{rooms.lastUser.picture}">
<img class="user-avatar" src="{rooms.lastUser.picture}">
<!-- ELSE -->
<div class="user-icon" style="background-color: {rooms.lastUser.icon:bgColor};">{rooms.lastUser.icon:text}</div>
<!-- ENDIF rooms.lastUser.picture -->
Expand Down

0 comments on commit ab529cb

Please sign in to comment.