mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 21:23:45 +08:00
Use tiny date format on posts
This commit is contained in:
parent
d9a8419d68
commit
008f3b4785
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
<div class='post-info'>
|
||||
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{date created_at}}</a>
|
||||
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{unboundAge created_at}}</a>
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user