mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 22:33:45 +08:00
663ce73e26
* UX: Adjust the config area primary content width * UX: Tweak spacing on the new feature cards * apply prettier
19 lines
545 B
Handlebars
19 lines
545 B
Handlebars
<AdminPageHeader
|
|
@titleLabel="admin.dashboard.new_features.title"
|
|
@descriptionLabel="admin.dashboard.new_features.subtitle"
|
|
@learnMoreUrl="https://meta.discourse.org/tags/c/announcements/67/release-notes"
|
|
@hideTabs={{true}}
|
|
>
|
|
<:breadcrumbs>
|
|
<DBreadcrumbsItem
|
|
@path="/admin/whats-new"
|
|
@label={{i18n "admin.dashboard.new_features.title"}}
|
|
/>
|
|
</:breadcrumbs>
|
|
</AdminPageHeader>
|
|
|
|
<div class="admin-container admin-config-page__main-area">
|
|
<div class="admin-config-area">
|
|
<DashboardNewFeatures />
|
|
</div>
|
|
</div> |