modifié : SRC/resources/views/backend/ref_home.blade.php

This commit is contained in:
sidya82 2015-03-17 12:08:37 +01:00
parent 661ac601fb
commit 4984965d0f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<select multiple="multiple" class="multiple" name="todel[]">
@foreach($mesoeuvres->oeuvres as $index => $oeuvre)
<option data-img-src='http://www.augustins.org/documents/10180/156407/{{ $oeuvre->image }}' value="{{ $oeuvre->id}}"></option>
<option data-img-src='/image/200/{{ $oeuvre->image }}' value="{{ $oeuvre->id}}"></option>
@endforeach
</select>
<button type="submit" class="btn btn-danger" href="#"><span class="glyphicon glyphicon-trash"></span> Supprimer</button>