mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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">
|
<div class="row existing-accounts">
|
||||||
<p>{{ trans('texts.login_or_existing') }}</p>
|
<p>{{ trans('texts.login_or_existing') }}</p>
|
||||||
@foreach (App\Services\AuthService::$providers as $provider)
|
@foreach (App\Services\AuthService::$providers as $provider)
|
||||||
<div class="col-md-3 col-xs-6">
|
<div class="col-md-12">
|
||||||
<a href="{{ URL::to('auth/' . $provider) }}" class="btn btn-primary btn-lg" title="{{ $provider }}"
|
<a href="{{ URL::to('auth/' . $provider) }}" title="{{ $provider }}"
|
||||||
id="{{ strtolower($provider) }}LoginButton">
|
id="{{ strtolower($provider) }}LoginButton">
|
||||||
@if($provider == SOCIAL_GITHUB)
|
@if($provider == SOCIAL_GITHUB)
|
||||||
<i class="fa fa-github-alt"></i>
|
<img style="height: 6rem;" src="{{ asset('images/social/signin/btn_github_signin.png') }}">
|
||||||
@else
|
@elseif($provider == SOCIAL_GOOGLE)
|
||||||
<i class="fa fa-{{ strtolower($provider) }}"></i>
|
<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
|
@endif
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user