Added back button to oauth page

This commit is contained in:
snipe 2017-09-27 16:33:51 -07:00
parent 13dcdf41b8
commit 979ecf961d

View file

@ -6,6 +6,10 @@
@parent
@stop
@section('header_right')
<a href="{{ route('settings.index') }}" class="btn btn-default pull-right">{{ trans('general.back') }}</a>
@stop
{{-- Page content --}}
@section('content')
@if (!config('app.lock_passwords'))