mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 12:43:43 +08:00
16 lines
476 B
Handlebars
16 lines
476 B
Handlebars
<div class="admin-config-area">
|
|
<AdminPageHeader
|
|
@titleLabel="admin.dashboard.new_features.title"
|
|
@descriptionLabel="admin.dashboard.new_features.subtitle"
|
|
@learnMoreUrl="https://meta.discourse.org/tags/c/announcements/67/release-notes"
|
|
>
|
|
<:breadcrumbs>
|
|
<DBreadcrumbsItem
|
|
@path="/admin/whats-new"
|
|
@label={{i18n "admin.dashboard.new_features.title"}}
|
|
/>
|
|
</:breadcrumbs>
|
|
</AdminPageHeader>
|
|
|
|
<DashboardNewFeatures />
|
|
</div> |