mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
copycat mistakes
This commit is contained in:
parent
f76e997708
commit
c600b0562a
1 changed files with 4 additions and 4 deletions
|
@ -62,13 +62,13 @@
|
||||||
%p.data-heading Header picture
|
%p.data-heading Header picture
|
||||||
%img.data-header-preview{src: current_user.profile_header.url(:mobile)}
|
%img.data-header-preview{src: current_user.profile_header.url(:mobile)}
|
||||||
%p
|
%p
|
||||||
%a{href: current_user.profile_picture.url(:mobile)} Mobile
|
%a{href: current_user.profile_header.url(:mobile)} Mobile
|
||||||
|
|
|
|
||||||
%a{href: current_user.profile_picture.url(:web)} Web
|
%a{href: current_user.profile_header.url(:web)} Web
|
||||||
|
|
|
|
||||||
%a{href: current_user.profile_picture.url(:retina)} Retina
|
%a{href: current_user.profile_header.url(:retina)} Retina
|
||||||
|
|
|
|
||||||
%a{href: current_user.profile_picture.url(:original)} Original image
|
%a{href: current_user.profile_header.url(:original)} Original image
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-6.col-xs-12
|
.col-md-6.col-sm-6.col-xs-12
|
||||||
%h4 Statistics
|
%h4 Statistics
|
||||||
|
|
Loading…
Reference in a new issue