This commit is contained in:
denisdulici
2017-09-21 17:01:51 +03:00
parent 8a49a5809f
commit fef02a3bbb
6 changed files with 42 additions and 1 deletions

View File

@ -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>

View File

@ -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> &nbsp;{{ trans('updates.check') }}</a></span>
@endsection
@section('content')
<!-- Default box -->
<div class="box box-success">