mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.2.4
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
<thead class="thead-default">
|
||||
<tr>
|
||||
<th>Horodatage</th>
|
||||
<th>Résultat</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -78,7 +79,8 @@
|
||||
@foreach ($user->logs()->take(6)->get() as $log)
|
||||
<tr>
|
||||
<td scope="row">{{$log->created_at}}</td>
|
||||
<td>{{$log->action}}</td>
|
||||
<td><span class="badge badge-pill badge-{{$log->result}} text-uppercase">{{$log->result}}</span></td>
|
||||
<td>{{$log->event}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
@@ -95,7 +97,7 @@
|
||||
<a name="changepsw" id="changepsw" class="btn btn-warning btn-block" href="/admin/profil/password" role="button">Modifier mon mot de passe</a>
|
||||
<a class="btn btn-secondary btn-block" href="/admin/profil/avatar" role="button">Modifier ma photo de profil</a>
|
||||
<button disabled class="btn btn-secondary btn-block" href="/admin/profil/phone" role="button">Modifier mon numéro de téléphone</button>
|
||||
<button disabled class="btn btn-secondary btn-block" href="/admin/profil/adress" role="button">Modifier mon adresse</button>
|
||||
<a class="btn btn-secondary btn-block" href="/admin/profil/adress" role="button">Modifier mon adresse</a>
|
||||
<button disabled class="btn btn-primary btn-block" href="/admin/profil/preference" role="button">Modifier mes préférences</button>
|
||||
<a class="btn btn-danger btn-block" href="/logout" role="button">Déconnexion</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user