working on supervisors list

parent 394405e7
......@@ -19,18 +19,21 @@
</div>
</div>
<table class="table table-striped">
<table class="table">
<thead class="thead-default">
<tr>
<th translate>name</th>
<th translate>email</th>
<th translate>options</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="supervisor in supervisors_list | filter:search_sups | orderBy: 'name'">
<td class="color_blue">{{supervisor.name}} {{supervisor.surname}}</td>
<td>{{supervisor.email}}</td>
<td class="ops">
</td>
<td class="ops"></td>
</tr>
</tbody>
</table>
</div>
......
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