Commit 04f2c3b6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '341243-terraform-registry-missing-space' into 'master'

Terraform registry: missing space near create date

See merge request gitlab-org/gitlab!79622
parents 96e4e1bb 8c794e8b
...@@ -61,11 +61,13 @@ export default { ...@@ -61,11 +61,13 @@ export default {
</template> </template>
<template #right-secondary> <template #right-secondary>
<gl-sprintf :message="__('Created %{timestamp}')"> <span>
<template #timestamp> <gl-sprintf :message="__('Created %{timestamp}')">
<time-ago-tooltip :time="packageEntity.createdAt" /> <template #timestamp>
</template> <time-ago-tooltip :time="packageEntity.createdAt" />
</gl-sprintf> </template>
</gl-sprintf>
</span>
</template> </template>
</list-item> </list-item>
</template> </template>
...@@ -72,12 +72,14 @@ exports[`VersionRow renders 1`] = ` ...@@ -72,12 +72,14 @@ exports[`VersionRow renders 1`] = `
<div <div
class="gl-display-flex gl-align-items-center gl-min-h-6" class="gl-display-flex gl-align-items-center gl-min-h-6"
> >
Created <span>
<time-ago-tooltip-stub Created
cssclass="" <time-ago-tooltip-stub
time="2021-08-10T09:33:54Z" cssclass=""
tooltipplacement="top" time="2021-08-10T09:33:54Z"
/> tooltipplacement="top"
/>
</span>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment