diff --git a/lib/shared/addon/components/form-global-resource-roles/template.hbs b/lib/shared/addon/components/form-global-resource-roles/template.hbs index ef4ade936..d53022849 100644 --- a/lib/shared/addon/components/form-global-resource-roles/template.hbs +++ b/lib/shared/addon/components/form-global-resource-roles/template.hbs @@ -23,17 +23,19 @@ -
- - - - {{#each otherRoles as |role|}} - - - - {{/each}} - -
{{role}}
-
\ No newline at end of file +{{#if otherRoles.length}} +
+ + + + {{#each otherRoles as |role|}} + + + + {{/each}} + +
{{role}}
+
+{{/if}} \ No newline at end of file