account visible in supervisor/students list

parent fb88d246
...@@ -68,8 +68,16 @@ ...@@ -68,8 +68,16 @@
<td> <td>
<div class="list-group"> <div class="list-group">
<a ng-repeat="student in supervisor.students" href="/app/#/student/{{student.id}}/setup" class="list-group-item"> <a ng-repeat="student in supervisor.students" href="/app/#/student/{{student.id}}/setup" class="list-group-item">
<div class="row">
<div class="col-xs-3">
<img class="thumbnail img_profile_small" ng-src="{{student.pic}}" alt="" title="" /> <img class="thumbnail img_profile_small" ng-src="{{student.pic}}" alt="" title="" />
</div>
<div class="col-xs-9">
{{ student.name }} {{ student.surname }} {{ student.name }} {{ student.surname }}
<br>
<span class="text-muted">{{ student.username }}</span>
</div>
</div>
</a> </a>
</div> </div>
</td> </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