diff --git a/frontend/src/components/Activities/Activities.vue b/frontend/src/components/Activities/Activities.vue index 21e993bf..d8e66fa5 100644 --- a/frontend/src/components/Activities/Activities.vue +++ b/frontend/src/components/Activities/Activities.vue @@ -29,7 +29,7 @@ >
@@ -46,7 +46,7 @@
-
+
@@ -187,16 +190,12 @@
-
- {{ - activity.show_others ? __('Hide') : __('Show') - }} - +{{ activity.other_versions.length + 1 }} - {{ __('changes from') }} - {{ activity.owner_name }} -
+ {{ activity.show_others ? __('Hide') : __('Show') }} + +{{ activity.other_versions.length + 1 }} + {{ __('changes from') }} + {{ activity.owner_name }} -
+