mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 16:04:55 +08:00
2a9dcade0a
Display new features grouped by month and show additional information about the version.
5 lines
192 B
Handlebars
5 lines
192 B
Handlebars
<div class="admin-config-area">
|
|
<h2>{{i18n "admin.dashboard.new_features.title"}}</h2>
|
|
<p>{{html-safe (i18n "admin.dashboard.new_features.subtitle")}}</p>
|
|
<DashboardNewFeatures />
|
|
</div> |