change link to images

This commit is contained in:
Tanguy PATTE 2015-10-08 18:53:41 +02:00
parent c54fea3ead
commit a57b9852b2
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
padding: 20px;
#btn_fc {
background-image: url('/assets/logo_FC_02.png');
background-image: image-url('logo_FC_02.png');
background-repeat: no-repeat;
background-size: 38px;
background-position-x: 5px;
@ -21,7 +21,7 @@
margin-left:auto;
margin-right:auto;
}
hr {
margin-top: 50px;
margin-bottom: 40px;

View file

@ -20,7 +20,7 @@
- elsif user_signed_in?
%div.user{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'}
-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
%i.fa.fa-user
= current_user.email