mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Change (#3731)
This commit is contained in:
parent
ab620c00fc
commit
59ad5724d5
BIN
public/images/social/signin/btn_facebook_signin.png
Normal file
BIN
public/images/social/signin/btn_facebook_signin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
public/images/social/signin/btn_github_signin.png
Normal file
BIN
public/images/social/signin/btn_github_signin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
public/images/social/signin/btn_linkedin_signin.png
Normal file
BIN
public/images/social/signin/btn_linkedin_signin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -59,13 +59,17 @@
|
||||
<div class="row existing-accounts">
|
||||
<p>{{ trans('texts.login_or_existing') }}</p>
|
||||
@foreach (App\Services\AuthService::$providers as $provider)
|
||||
<div class="col-md-3 col-xs-6">
|
||||
<a href="{{ URL::to('auth/' . $provider) }}" class="btn btn-primary btn-lg" title="{{ $provider }}"
|
||||
<div class="col-md-12">
|
||||
<a href="{{ URL::to('auth/' . $provider) }}" title="{{ $provider }}"
|
||||
id="{{ strtolower($provider) }}LoginButton">
|
||||
@if($provider == SOCIAL_GITHUB)
|
||||
<i class="fa fa-github-alt"></i>
|
||||
@else
|
||||
<i class="fa fa-{{ strtolower($provider) }}"></i>
|
||||
<img style="height: 6rem;" src="{{ asset('images/social/signin/btn_github_signin.png') }}">
|
||||
@elseif($provider == SOCIAL_GOOGLE)
|
||||
<img style="height: 6rem;" src="{{ asset('images/social/signin/btn_google_signin_dark_normal_web@2x.png') }}">
|
||||
@elseif($provider == SOCIAL_LINKEDIN)
|
||||
<img style="height: 6rem;" src="{{ asset('images/social/signin/btn_linkedin_signin.png') }}">
|
||||
@elseif($provider === SOCIAL_FACEBOOK)
|
||||
<img style="height: 6rem;" src="{{ asset('images/social/signin/btn_facebook_signin.png') }}">
|
||||
@endif
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user