Fixes #3600 - wrong route for hardware

This commit is contained in:
snipe 2017-06-01 20:34:01 -07:00
parent 461ca53289
commit 0238dd59a3

View file

@ -7,7 +7,7 @@
@stop
@section('header_right')
<a href="{{ route('hardware') }}" class="btn btn-default"> {{ trans('general.back') }}</a>
<a href="{{ route('hardware.index') }}" class="btn btn-default"> {{ trans('general.back') }}</a>
@stop
{{-- Page content --}}