DEV: Remove the last/only use of inline-date helper (#22692)
See: https://github.com/discourse/discourse/pull/22385
This commit is contained in:
parent
9e83d64723
commit
b105c6c510
|
@ -54,10 +54,12 @@
|
|||
@class="badge-info"
|
||||
@date={{ub.granted_at}}
|
||||
>
|
||||
<div class="granted-on">{{i18n
|
||||
"badges.granted_on"
|
||||
date=(inline-date ub.granted_at)
|
||||
}}</div>
|
||||
<div class="granted-on">
|
||||
{{html-safe
|
||||
(i18n "badges.granted_on" date=(format-date ub.granted_at))
|
||||
}}
|
||||
</div>
|
||||
|
||||
{{#if ub.post_number}}
|
||||
<a
|
||||
class="post-link"
|
||||
|
|
Loading…
Reference in New Issue