Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects

Resolve "Frontend improvements"

Merged Dominik Seeger requested to merge 116-frontend-improvements into master
Files
11
@@ -2,7 +2,7 @@
<v-card>
<v-card-title>
<span class="title">
Students
Participants
</span>
<student-list-reverse-mapper class="ml-4"/>
<v-spacer/>
@@ -53,8 +53,8 @@
<v-icon small v-if="!props.item.isActive">lock</v-icon>
<v-icon small v-else>lock_open</v-icon>
</template>
<span v-if="!props.item.isActive">Student doesn't have access.</span>
<span v-else>Student has access.</span>
<span v-if="!props.item.isActive">Participant doesn't have access.</span>
<span v-else>Participant has access.</span>
</v-tooltip>
</td>
<td
Loading