modified: SRC/app/Http/Controllers/ReferentController.php

modified:   SRC/public/js/ListeOeuvre.js
	modified:   SRC/resources/views/referent.blade.php
This commit is contained in:
Malibu
2015-02-26 12:04:25 +01:00
parent 485f0019f0
commit 439888f0db
3 changed files with 30 additions and 18 deletions

View File

@ -66,26 +66,16 @@
<div class="col-md-3">
<legend>Mes jeux associés</legend>
@foreach($games as $game)
<div class="checkbox">
<input type="hidden" name="idGame" id="idGame" value="{{ $game->id }}">
<label class="ios7-switch">
<input type="checkbox" checked>
<input id="checkbox" type="checkbox">
<span></span>
Puzzle Game
{{ $game->nom }}
</label>
<label class="ios7-switch">
<input type="checkbox" >
<span></span>
Jeu du pendu
</label>
<label class="ios7-switch">
<input type="checkbox" >
<span></span>
Assassin's creed
</label>
</div>
</div>
@endforeach
</div>
<br><br><br>
</div>