account visible in supervisor/students list

parent fb88d246
......@@ -68,8 +68,16 @@
<td>
<div class="list-group">
<a ng-repeat="student in supervisor.students" href="/app/#/student/{{student.id}}/setup" class="list-group-item">
<img class="thumbnail img_profile_small" ng-src="{{student.pic}}" alt="" title="" />
{{ student.name }} {{ student.surname }}
<div class="row">
<div class="col-xs-3">
<img class="thumbnail img_profile_small" ng-src="{{student.pic}}" alt="" title="" />
</div>
<div class="col-xs-9">
{{ student.name }} {{ student.surname }}
<br>
<span class="text-muted">{{ student.username }}</span>
</div>
</div>
</a>
</div>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment