mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-01 11:43:02 +01:00
replaced big avatar image on main timeline page
This commit is contained in:
parent
508af0e675
commit
ca41890ada
1 changed files with 12 additions and 9 deletions
|
@ -1,6 +1,9 @@
|
||||||
.panel.panel-default.hidden-xs
|
.panel.panel-default.hidden-xs
|
||||||
%img.profile--avatar{src: current_user.profile_picture.url(:large)}
|
|
||||||
.panel-body
|
.panel-body
|
||||||
|
.media
|
||||||
|
.pull-left
|
||||||
|
%img.answerbox--img{src: current_user.profile_picture.url(:small)}
|
||||||
|
.media-body
|
||||||
- if current_user.display_name.blank?
|
- if current_user.display_name.blank?
|
||||||
.profile--displayname
|
.profile--displayname
|
||||||
= current_user.screen_name
|
= current_user.screen_name
|
||||||
|
|
Loading…
Reference in a new issue