mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed bulk delete
This commit is contained in:
parent
12c5ca67ff
commit
f1a83bd007
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
Bulk Checkin & Delete
|
||||
Bulk Checkin & Delete
|
||||
@parent
|
||||
@stop
|
||||
|
||||
|
@ -64,9 +64,9 @@ Bulk Checkin & Delete
|
|||
</td>
|
||||
<td>
|
||||
@foreach ($user->groups as $group)
|
||||
<a href=" {{ route('update/group', $group->id) }}" class="label label-default">
|
||||
<a href=" {{ route('groups.update', $group->id) }}" class="label label-default">
|
||||
{{ $group->name }}
|
||||
</a>
|
||||
</a>
|
||||
@endforeach
|
||||
</td>
|
||||
<td>
|
||||
|
@ -105,7 +105,6 @@ Bulk Checkin & Delete
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<form class="form-horizontal" role="form" method="post" action="{{ route('users/bulksave') }}">
|
||||
</div>
|
||||
|
||||
@stop
|
||||
|
|
Loading…
Reference in a new issue