mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-18 15:31:34 -04:00
6 lines
223 B
Handlebars
6 lines
223 B
Handlebars
{{#if show}}
|
|
<TopicNavigationPopup @popupId="solved-notice" @dismissDuration={{oneWeek}}>
|
|
<h3>{{i18n "solved.no_answer.title"}}</h3>
|
|
<p>{{i18n "solved.no_answer.description"}}</p>
|
|
</TopicNavigationPopup>
|
|
{{/if}} |