mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-07 18:29:34 +00:00
9 lines
244 B
Handlebars
9 lines
244 B
Handlebars
{{#if this.show}}
|
|
<TopicNavigationPopup
|
|
@popupId="solved-notice"
|
|
@dismissDuration={{this.oneWeek}}
|
|
>
|
|
<h3>{{i18n "solved.no_answer.title"}}</h3>
|
|
<p>{{i18n "solved.no_answer.description"}}</p>
|
|
</TopicNavigationPopup>
|
|
{{/if}} |