Login page submit button added loading style.
This commit is contained in:
parent
e1027b94b8
commit
6a4da4fed3
@ -4,7 +4,7 @@
|
|||||||
@section('message', trans('auth.login_to'))
|
@section('message', trans('auth.login_to'))
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<form role="form" method="POST" action="{{ url('auth/login') }}">
|
<form role="form" method="POST" action="{{ url('auth/login') }}" class="form-loading-button">
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
|
|
||||||
@stack('email_input_start')
|
@stack('email_input_start')
|
||||||
@ -44,7 +44,7 @@
|
|||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<button type="submit" class="btn btn-success btn-block btn-flat">{{ trans('auth.login') }}</button>
|
<button type="submit" class="btn btn-success btn-block btn-flat button-submit" data-loading-text="{{ trans('general.loading') }}">{{ trans('auth.login') }}</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user