dashboard: Improve rendu
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
def7cc45f5
commit
90a058acd2
@ -57,7 +57,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div ng-cloak ng-if="onestudent">
|
<div ng-cloak ng-if="onestudent">
|
||||||
<div ng-controller="StudentProgressionController" class="m-4">
|
<div ng-controller="StudentProgressionController" class="m-4">
|
||||||
<div class="card-group col-6 offset-3">
|
<div class="card-group offset-md-1 col-md-10 offset-lg-2 col-lg-8">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<img src="https://photos.cri.epita.fr/thumb/{{ img | lowercase }}" class="card-img-top" alt="{{ student.login }}">
|
<img src="https://photos.cri.epita.fr/thumb/{{ img | lowercase }}" class="card-img-top" alt="{{ student.login }}">
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user