FIX: Better display if the topic is deleted
This commit is contained in:
parent
a55e7ebe8f
commit
c0780434f8
|
@ -1,3 +1,4 @@
|
|||
{{#if topic}}
|
||||
<div class='post-topic'>
|
||||
{{#if topic}}
|
||||
{{i18n "review.topic"}}
|
||||
|
@ -8,3 +9,6 @@
|
|||
{{yield}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{else}}
|
||||
{{i18n "topic.deleted"}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue