tab missing for tutors fixed

parent 5e282dab
......@@ -46,7 +46,8 @@
</div>
<div class="row">
<div class="col-md-12">
<ul class="nav nav-tabs tabs_student"> <!-- 0: admin, 1: tutor, 2: therapist -->
<ul class="nav nav-tabs tabs_student">
<!-- 0: admin, 1: tutor, 2: therapist -->
<li role="presentation" ng-class="{'active' : nav.tab == 'collections'}" ng-if="studentData.supervision != 0">
<a href="/app/#/student/{{studentData.id}}/collections" ng-click="nav.tab = ''"><span class="glyphicon glyphicon-th" aria-hidden="true"></span> {{ 'collections' | translate }}</a>
</li>
......
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