mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
FIX: Better display if the topic is deleted
This commit is contained in:
parent
a55e7ebe8f
commit
c0780434f8
@ -1,4 +1,5 @@
|
|||||||
<div class='post-topic'>
|
{{#if topic}}
|
||||||
|
<div class='post-topic'>
|
||||||
{{#if topic}}
|
{{#if topic}}
|
||||||
{{i18n "review.topic"}}
|
{{i18n "review.topic"}}
|
||||||
{{topic-status topic=topic}}
|
{{topic-status topic=topic}}
|
||||||
@ -7,4 +8,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
{{yield}}
|
{{yield}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
{{else}}
|
||||||
|
{{i18n "topic.deleted"}}
|
||||||
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user