supervisors list v3

parent 22ab5390
...@@ -30,7 +30,9 @@ ...@@ -30,7 +30,9 @@
<td> <td>
<div> <div>
<div class="col-xs-2"> <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>
<div class="col-xs-4"> <div class="col-xs-4">
<h4 class="list-group-item-heading">{{supervisor.name}} {{supervisor.surname}}</h4> <h4 class="list-group-item-heading">{{supervisor.name}} {{supervisor.surname}}</h4>
...@@ -39,13 +41,11 @@ ...@@ -39,13 +41,11 @@
</div> </div>
</td> </td>
<td> <td>
<div class="list-group"> <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 }} {{ student.name }} {{ student.surname }}
</a> </a>
</div> </div>
</td> </td>
</tr> </tr>
</tbody> </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