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>
<span>
<gl-sprintf :message="__('Created %{timestamp}')"> <gl-sprintf :message="__('Created %{timestamp}')">
<template #timestamp> <template #timestamp>
<time-ago-tooltip :time="packageEntity.createdAt" /> <time-ago-tooltip :time="packageEntity.createdAt" />
</template> </template>
</gl-sprintf> </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"
> >
<span>
Created Created
<time-ago-tooltip-stub <time-ago-tooltip-stub
cssclass="" cssclass=""
time="2021-08-10T09:33:54Z" time="2021-08-10T09:33:54Z"
tooltipplacement="top" 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