fixes #3725 in develop branch (#3800)

added button for create Asset Model to index.blade.php in develop branch.
This commit is contained in:
Donald M 2017-07-29 15:33:16 -07:00 committed by snipe
parent ccb7556281
commit f0bbe38c71

View file

@ -8,6 +8,7 @@
{{-- Page title --}} {{-- Page title --}}
@section('header_right') @section('header_right')
<a href="{{ route('models.create') }}" class="btn btn-primary pull-right"></i> {{ trans('general.create') }}</a>
<a href="{{ url('hardware/models?status=Deleted') }}" class="btn btn-default pull-right" style="margin-right:5px;"><i class="fa fa-trash"></i> {{ trans('admin/models/general.view_deleted') }}</a> <a href="{{ url('hardware/models?status=Deleted') }}" class="btn btn-default pull-right" style="margin-right:5px;"><i class="fa fa-trash"></i> {{ trans('admin/models/general.view_deleted') }}</a>
@stop @stop