diff --git a/src/app/organizations/manage/collections.component.html b/src/app/organizations/manage/collections.component.html index 9f7b49db..8bc219c2 100644 --- a/src/app/organizations/manage/collections.component.html +++ b/src/app/organizations/manage/collections.component.html @@ -17,7 +17,7 @@ -
+ {{c.name}} diff --git a/src/app/organizations/manage/groups.component.html b/src/app/organizations/manage/groups.component.html index e69cab3f..a7ad009d 100644 --- a/src/app/organizations/manage/groups.component.html +++ b/src/app/organizations/manage/groups.component.html @@ -17,7 +17,7 @@ - - +
+ {{g.name}} diff --git a/src/app/organizations/manage/people.component.html b/src/app/organizations/manage/people.component.html index 31f72590..837f9ac4 100644 --- a/src/app/organizations/manage/people.component.html +++ b/src/app/organizations/manage/people.component.html @@ -1,7 +1,20 @@ + {{u.email}} + {{'invited' | i18n}} + {{'accepted' | i18n}} {{u.name}} + {{'owner' | i18n}} + {{'admin' | i18n}} + {{'user' | i18n}} +