diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-meta-data/motion-meta-data.component.html b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-meta-data/motion-meta-data.component.html index 21a0275fdb..0232929369 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-meta-data/motion-meta-data.component.html +++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-meta-data/motion-meta-data.component.html @@ -188,6 +188,18 @@

{{ 'Referring motions' | translate }}

+ +
+

{{ 'Identical with' | translate }}

+ + + + {{ view.numberOrTitle }} + + + +
+
@@ -285,19 +297,6 @@

{{ 'Origin' | translate }}

- -
-

{{ 'Identical with' | translate }}

-
- - {{ identicalMotion.getTitle() }} - -
-
-

{{ 'Amendments' | translate }}

diff --git a/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.html b/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.html index 0559e0acdf..39668274b2 100644 --- a/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.html +++ b/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.html @@ -3,6 +3,7 @@ - ,  + ,  +  ·  diff --git a/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.ts b/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.ts index 1820a28688..f9055bb932 100644 --- a/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.ts +++ b/client/src/app/ui/modules/comma-separated-listing/components/comma-separated-listing/comma-separated-listing.component.ts @@ -16,6 +16,9 @@ export class CommaSeparatedListingComponent { @Input() public list: T[] = []; + @Input() + public useMidpoint = false; + /** * If it is bigger than 0, the listing will be ellipsed after showElementsAmount elements. */