mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 10:24:44 +08:00
Use the same time ago formating in embedded post as other posts
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class='span11 topic-body'>
|
||||
<div class="topic-meta-data-inside">
|
||||
<div class='post-info post-date'>{{date created_at}}</div>
|
||||
<div class='post-info post-date'>{{unboundAgeWithTooltip created_at}}</div>
|
||||
{{#if view.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n topic.jump_reply_up}}"><i class='icon icon-arrow-up'></i></a>{{/if}}
|
||||
</div>
|
||||
{{{unbound cooked}}}
|
||||
|
Reference in New Issue
Block a user