quantity width and forgotten styles updated
This commit is contained in:
@ -15,16 +15,16 @@
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
{{ Form::textGroup('api_key', trans('modules.api_key'), 'key', ['required' => 'required', 'placeholder' => trans('general.form.enter', ['field' => trans('modules.api_key')])], setting('apps.api_key', null), 'col-md-12') }}
|
||||
{{ Form::textGroup('api_key', trans('modules.api_key'), 'key', ['required' => 'required', 'placeholder' => trans('general.form.enter', ['field' => trans('modules.api_key')])], setting('apps.api_key', null), 'col-sm-12') }}
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-sm-12">
|
||||
<small>{!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!}</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
<div class="row save-buttons">
|
||||
{{ Form::saveButtons('apps.home.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user