Skip to content
Snippets Groups Projects
Commit b5e5a8d1 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

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

parent 6e800d99
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