working on supervisors list

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