Merge branch 'fix/use-full-res-avatar-in-usercard' into 'develop'

Use _original profile pic instead of the 48x48 thumbnail in the user card content.

See merge request !100
This commit is contained in:
lambadalambda 2017-08-21 10:29:32 -04:00
commit cbe652f2d9

View file

@ -6,7 +6,7 @@
<i class="icon-cog usersettings"></i>
</router-link>
<div class='container'>
<img :src="user.profile_image_url">
<img :src="user.profile_image_url_original">
<span class="glyphicon glyphicon-user"></span>
<div class="name-and-screen-name">
<div class='user-name'>{{user.name}}</div>