mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 06:24:48 +08:00
Make timestamp a permalink
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
<div class='topic-meta-data'>
|
<div class='topic-meta-data'>
|
||||||
{{poster-name post=this expandAction="showPosterExpansion"}}
|
{{poster-name post=this expandAction="showPosterExpansion"}}
|
||||||
<div class='post-info'>
|
<div class='post-info'>
|
||||||
<a href='#' class='post-date' {{bind-attr data-share-url="shareUrl"}} {{bind-attr data-post-number="post_number"}}>{{unboundAgeWithTooltip created_at}}</a>
|
<a {{bind-attr href="shareUrl"}} class='post-date' {{bind-attr data-share-url="shareUrl"}} {{bind-attr data-post-number="post_number"}}>{{unboundAgeWithTooltip created_at}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{#if hasHistory}}
|
{{#if hasHistory}}
|
||||||
<div class='post-info edits'>
|
<div class='post-info edits'>
|
||||||
|
Reference in New Issue
Block a user