fixed #18
This commit is contained in:
@@ -92,6 +92,7 @@ return [
|
||||
'help' => 'Help',
|
||||
'all' => 'All',
|
||||
'upcoming' => 'Upcoming',
|
||||
'created' => 'Created',
|
||||
|
||||
'title' => [
|
||||
'new' => 'New :type',
|
||||
|
@@ -6,6 +6,7 @@ return [
|
||||
'latest_version' => 'Latest Version',
|
||||
'update' => 'Update Akaunting to :version version',
|
||||
'changelog' => 'Changelog',
|
||||
'check' => 'Check',
|
||||
'new_core' => 'An updated version of Akaunting is available.',
|
||||
'latest_core' => 'Congratulations! You have the latest version of Akaunting. Future security updates will be applied automatically.',
|
||||
|
||||
|
@@ -35,7 +35,7 @@
|
||||
<th class="col-md-4">@sortablelink('name', trans('general.name'))</th>
|
||||
<th class="col-md-2">@sortablelink('domain', trans('companies.domain'))</th>
|
||||
<th class="col-md-2">@sortablelink('email', trans('general.email'))</th>
|
||||
<th class="col-md-1">@sortablelink('created_at', trans('general.date'))</th>
|
||||
<th class="col-md-1">@sortablelink('created_at', trans('general.created'))</th>
|
||||
<th class="col-md-3">{{ trans('general.actions') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@@ -2,6 +2,10 @@
|
||||
|
||||
@section('title', trans_choice('general.updates', 2))
|
||||
|
||||
@section('new_button')
|
||||
<span class="new-button"><a href="{{ url('install/updates/check') }}" class="btn btn-warning btn-sm"><span class="fa fa-history"></span> {{ trans('updates.check') }}</a></span>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<!-- Default box -->
|
||||
<div class="box box-success">
|
||||
|
Reference in New Issue
Block a user