mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Working schedule v2
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-md-1 text-center align-middle p-3">
|
||||
@if($ocom->wasGiven() != false)
|
||||
@if($ocom->course_id != "")
|
||||
<div data-toggle="tooltip" data-placement="right" title="Le cours a été donné cette année">
|
||||
<p class="d-none">1</p>
|
||||
<i class="fas fa-check-circle fa-2x text-success"></i>
|
||||
@@ -64,7 +64,7 @@
|
||||
<tbody>
|
||||
@foreach($ocom->courses() as $course)
|
||||
<tr>
|
||||
<th>{{$course->id}}</th>
|
||||
<th> <a href="/admin/course/{{$course->id}}">{{$course->id}}</a> </th>
|
||||
<td>{{$course->event->date_begin}}</td>
|
||||
<td>{{$course->instructor()}}</td>
|
||||
<td>{{$course->level}}</td>
|
||||
|
||||
Reference in New Issue
Block a user