supervisors list v3

parent 22ab5390
......@@ -30,7 +30,9 @@
<td>
<div>
<div class="col-xs-2">
<img class="thumbnail preview" ng-src="/upload/supervisorAvatar/{{supervisor.pic}}" alt="Supervisor" title="Supervisor" />
<div class="thumbnail img_profile_small">
<img ng-src="/upload/supervisorAvatar/{{supervisor.pic}}" alt="Supervisor" title="Supervisor" />
</div>
</div>
<div class="col-xs-4">
<h4 class="list-group-item-heading">{{supervisor.name}} {{supervisor.surname}}</h4>
......@@ -39,13 +41,11 @@
</div>
</td>
<td>
<div class="list-group">
<a href="#" class="list-group-item" ng-repeat="student in supervisor.students">
<a ng-repeat="student in supervisor.students" href="/app/#/student/{{student.id}}/setup" class="list-group-item">
{{ student.name }} {{ student.surname }}
</a>
</div>
</td>
</tr>
</tbody>
......
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