Merge pull request #1143 from batuhawk/master

Empty page button large style deleted
This commit is contained in:
Batuhan Baş 2020-01-20 12:27:06 +03:00 committed by GitHub
commit 4b6916abd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
<div class="col-md-6 text-center p-5">
<p class="text-justify description">{!! trans('general.empty.' . $page) !!} {!! trans('general.empty.documentation', ['url' => 'https://akaunting.com/docs/user-manual/' . $docs_path]) !!}</p>
<a href="{{ route($page . '.create') }}" class="btn btn-success btn-lg btn-icon header-button-top float-right mt-4">
<a href="{{ route($page . '.create') }}" class="btn btn-success btn-icon header-button-top float-right mt-4">
<span class="btn-inner--icon text-white"><i class="fas fa-plus"></i></span>
<span class="btn-inner--text text-white">{{ trans('general.title.create', ['type' => trans_choice('general.' . $page, 1)]) }}</span>
</a>