Merge branch '3.2.4' into 'dev'

MAJ UI Calendar Fix

See merge request TheGamecraft/c-cms!73
This commit is contained in:
Mathieu Lagace
2019-10-02 13:34:34 +00:00

View File

@@ -45,7 +45,7 @@ Du <strong>{{$event->date_begin}}</strong> au <strong>{{$event->date_end}}</stro
<table class="w-100 mx-5 table-borderless bg-white">
<tr>
<td>{{$course->name}}</td>
<td class="text-right">{{$course->user->fullname()}}</td>
<td class="text-right">@if(is_numeric($course->user_id)){{$course->user->fullname()}}@else{{$course->user_id}}@endif</td>
</tr>
<tr>
<td>{{$course->ocom}}</td>