Merge pull request #1150 from batuhawk/master

Forgotten tab title added
This commit is contained in:
Batuhan Baş 2020-01-21 10:18:09 +03:00 committed by GitHub
commit 162ad5c2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
@extends('layouts.auth')
@section('title', trans('auth.forgot_password'))
@section('message', trans('auth.reset_password'))
@section('content')
@ -22,7 +24,7 @@
<div class="col-xs-12 col-sm-12">
{!! Form::button(
'<div class="aka-loader"></div> <span>' . trans('general.send') . '</span>',
[':disabled' => 'form.loading', 'type' => 'submit', 'class' => 'btn btn-success header-button-top float-right', 'data-loading-text' => trans('general.loading')]) !!}
[':disabled' => 'form.loading', 'type' => 'submit', 'class' => 'btn btn-success float-right header-button-top', 'data-loading-text' => trans('general.loading')]) !!}
</div>
</div>
{!! Form::close() !!}

View File

@ -1,5 +1,7 @@
@extends('layouts.auth')
@section('title', trans('auth.reset_password'))
@section('message', trans('auth.reset_password'))
@section('content')