Commit 7d790a22 authored by Nicolas Widart's avatar Nicolas Widart

Merge branch 'develop'

* develop:
  Removing old admin lte css file
  Adding datatable translation
  autofocus email field on login page
parents 04b0d2f0 12593f5f
......@@ -11,7 +11,7 @@
<div class="body bg-gray">
<div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
<input type="email" name="email" class="form-control"
placeholder="{{ trans('user::auth.email') }}" value="{{ Input::old('email')}}"/>
placeholder="{{ trans('user::auth.email') }}" value="{{ Input::old('email')}}" autofocus />
{!! $errors->first('email', '<span class="help-block">:message</span>') !!}
</div>
<div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment