change link to images
This commit is contained in:
parent
c54fea3ead
commit
a57b9852b2
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
#btn_fc {
|
#btn_fc {
|
||||||
background-image: url('/assets/logo_FC_02.png');
|
background-image: image-url('logo_FC_02.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 38px;
|
background-size: 38px;
|
||||||
background-position-x: 5px;
|
background-position-x: 5px;
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
- elsif user_signed_in?
|
- elsif user_signed_in?
|
||||||
%div.user{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'}
|
%div.user{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'}
|
||||||
-if current_user.loged_in_with_france_connect
|
-if current_user.loged_in_with_france_connect
|
||||||
%img.logo_fc_small{src: '/assets/logo_FC_02_small.png'}
|
= image_tag('logo_FC_02_small.png', class: 'logo_fc_small')
|
||||||
-else
|
-else
|
||||||
%i.fa.fa-user
|
%i.fa.fa-user
|
||||||
= current_user.email
|
= current_user.email
|
||||||
|
|
Loading…
Reference in a new issue