Skip to content
Snippets Groups Projects
Commit cbe652f2 authored by lambadalambda's avatar lambadalambda
Browse files

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
parents 6e800d99 b5e5a8d1
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment