We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edef95 commit 80a7eddCopy full SHA for 80a7edd
app/components/version-list/row.hbs
@@ -13,7 +13,9 @@
13
{{/if}}
14
</div>
15
16
- <span local-class="date">{{date-format @version.created_at 'PPP'}}</span>
+ <span title={{date-format @version.created_at 'PPP'}} local-class="date">
17
+ {{date-format-distance-to-now @version.created_at addSuffix=true}}
18
+ </span>
19
20
{{#if this.isOwner}}
21
<YankButton @version={{@version}} local-class="yank-button" />
app/components/version-list/row.module.css
@@ -32,6 +32,7 @@
32
composes: small from '../../styles/shared/typography.module.css';
33
display: inline-block;
34
margin-left: 20px;
35
+ position: relative;
36
}
37
38
.yanked {
0 commit comments