mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Merge pull request #2384 from riking/timestamp-is-permalink
Make timestamp a permalink
This commit is contained in:
commit
b676c51b4a
@ -40,7 +40,7 @@
|
||||
<div class='topic-meta-data'>
|
||||
{{poster-name post=this expandAction="showPosterExpansion"}}
|
||||
<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 class='post-date' {{bind-attr href="shareUrl" data-share-url="shareUrl" data-post-number="post_number"}}>{{unboundAgeWithTooltip created_at}}</a>
|
||||
</div>
|
||||
{{#if hasHistory}}
|
||||
<div class='post-info edits'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user