mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 05:45:42 +08:00
add "post last edited at" to edit tooltip
This commit is contained in:
parent
d5dd70c503
commit
f996a8757a
@ -36,7 +36,7 @@
|
|||||||
<div class='topic-meta-data-inside'>
|
<div class='topic-meta-data-inside'>
|
||||||
{{#if hasHistory}}
|
{{#if hasHistory}}
|
||||||
<div class='post-info edits'>
|
<div class='post-info edits'>
|
||||||
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{unboundDate updated_at}}">
|
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{i18n post.last_edited_on}} {{unboundDate updated_at}}">
|
||||||
{{editCount}}
|
{{editCount}}
|
||||||
<i class='icon-pencil'></i>
|
<i class='icon-pencil'></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -747,6 +747,7 @@ en:
|
|||||||
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
|
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
|
||||||
post_number: "post {{number}}"
|
post_number: "post {{number}}"
|
||||||
in_reply_to: "in reply to"
|
in_reply_to: "in reply to"
|
||||||
|
last_edited_on: "post last edited on"
|
||||||
reply_as_new_topic: "Reply as new Topic"
|
reply_as_new_topic: "Reply as new Topic"
|
||||||
continue_discussion: "Continuing the discussion from {{postLink}}:"
|
continue_discussion: "Continuing the discussion from {{postLink}}:"
|
||||||
follow_quote: "go to the quoted post"
|
follow_quote: "go to the quoted post"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user