mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Show link to the original topic when it was deleted (#7319)
* Moved i18n keys to core. We show a links that points to the original topic when it was deleted * Use link-to since it's more idiomatic
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
{{else if (has-block)}}
|
||||
{{yield}}
|
||||
{{else}}
|
||||
<span class="title-text">{{i18n "topic.deleted"}}</span>
|
||||
<span class="title-text">
|
||||
{{i18n "review.topics.deleted"}}
|
||||
{{link-to (i18n "review.topics.original") "topic" "-" reviewable.removed_topic_id}}
|
||||
</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user