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.
date-format-distance-to-now
moment-from-now
1 parent 7488c57 commit e67bd89Copy full SHA for e67bd89
app/components/pending-owner-invite-row.hbs
@@ -26,11 +26,11 @@
26
</p>
27
</div>
28
<div local-class="date-column" data-test-date>
29
- {{moment-from-now @invite.created_at}}
+ {{date-format-distance-to-now @invite.created_at addSuffix=true}}
30
31
<div>
32
<button type="button" local-class="accept-button" data-test-accept-button {{on "click" (perform this.acceptInvitationTask)}}>Accept</button>
33
<button type="button" local-class="decline-button" data-test-decline-button {{on "click" (perform this.declineInvitationTask)}}>Decline</button>
34
35
36
-{{/if}}
+{{/if}}
0 commit comments