Skip to content

Commit

Permalink
added student record button to day view
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Dec 17, 2023
1 parent 97c3f77 commit bb617b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/instructor/training/Day.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<a :href="`#modal_request_${i}`" data-position="top" data-tooltip="View Request" class="tooltipped modal-trigger">
<i class="material-icons" @click="setTimes(i)">search</i>
</a>
<router-link data-position="top" data-tooltip="View Training Sessions" class="tooltipped" :to="`/ins/training/sessions/${request.studentCid}`"><i class="material-icons">assignment</i></router-link>
<a :href="`#modal_delete_${i}`" data-position="top" data-tooltip="Delete Request" class="tooltipped modal-trigger red-text text-darken-2" v-if="requiresAuth(['atm', 'datm', 'ta', 'ins', 'wm'])">
<i class="material-icons">delete</i>
</a>
Expand Down

0 comments on commit bb617b7

Please sign in to comment.