discourse-solved/assets/javascripts/discourse/connectors/topic-navigation/no-answer.hbs

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}}