-
Lesezeichen
@@ -38,13 +37,3 @@
}
}
-
-
diff --git a/client/src/components/profile/ModuleActivity.vue b/client/src/components/profile/ModuleActivity.vue
index 4ac7bdd0..067c8fb3 100644
--- a/client/src/components/profile/ModuleActivity.vue
+++ b/client/src/components/profile/ModuleActivity.vue
@@ -3,48 +3,35 @@
{{module.topic.title}}
{{module.metaTitle}} - {{module.title}}
-
-
Aufgabe & Ergebnis
-
- {{submission.text}}
-
-
-
-
Übung
-
- {{answer.survey.title}}
-
-
-
-
+
+ {{submission.text}}
+
+
+ {{answer.survey.title}}
+
+
-
-
-
Lesezeichen
-
- {{bookmark.chapter.description}}
-
-
-
-
Notiz
-
- {{note.text}}
-
-
-
+
+
+ {{bookmark.chapter.description}}
+
+
+ {{note.text}}
+
@@ -53,13 +40,15 @@
import {mapActions} from 'vuex'
import ContentBookmark from '@/components/profile/ContentBookmark';
+ import ActivityEntry from '@/components/profile/ActivityEntry';
import SCROLL_TO_MUTATION from '@/graphql/gql/local/mutations/scrollTo.gql';
export default {
props: ['module'],
components: {
- ContentBookmark
+ ContentBookmark,
+ ActivityEntry
},
computed: {
empty() {