fixed #18
This commit is contained in:
		| @@ -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