diff --git a/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte b/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte index e7803f9247..acad8b8970 100644 --- a/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte +++ b/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte @@ -137,14 +137,16 @@ {#if 'format' in attribute && attribute.format} {attribute.format} {:else} - {attribute.type} - {#if isRelationship(attribute)} - - with {attribute?.key} - - {/if} +
+ {attribute.type} + {#if isRelationship(attribute)} + + with {attribute?.key} + + {/if} +
{/if} {attribute.array ? '[]' : ''} @@ -167,12 +169,13 @@ -One Relation attribute within this collection
+ One Relation attribute within this collection- One Relation attribute within this collection and another within the related collection -
+ One Relation attribute within this collection and another within the related collection