discourse/app/assets/javascripts/admin/addon/templates/dashboard-new-features.hbs
Krzysztof Kotlarek 96c5a6c9ca
FEATURE: dedicated admin section for new features (#24292)
New tab in admin panel with list of new features. Presentation was enhanced by screenshot and markdown description.

Related PR https://github.com/discourse-org/discourse-new-features-feeds/pull/23
2023-11-20 09:59:04 +11:00

4 lines
170 B
Handlebars

<ConditionalLoadingSpinner @condition={{this.isLoading}}>
<h2>{{i18n "admin.dashboard.new_features.title"}}</h2>
<DashboardNewFeatures />
</ConditionalLoadingSpinner>