Skip to content
Snippets Groups Projects
Commit e3148d9d authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Changed color of View icon in student-page

parent af146891
No related branches found
No related tags found
1 merge request!25WIP: Resolve "A new student overview page with Vue.js"
Pipeline #
......@@ -9,7 +9,7 @@
<td>{{ props.item.type }}</td>
<td class="text-xs-right">{{ props.item.score }}</td>
<td class="text-xs-right">{{ props.item.full_score }}</td>
<td class="text-xs-right"><v-btn :to="`submission/${props.index}`" color="red">View</v-btn></td>
<td class="text-xs-right"><v-btn :to="`submission/${props.index}`" color="orange lighten-2">View</v-btn></td>
</template>
</v-data-table>
<v-alert color="info" value="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment