mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 06:53:40 +08:00
96c5a6c9ca
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
4 lines
124 B
JavaScript
4 lines
124 B
JavaScript
import Controller from "@ember/controller";
|
|
|
|
export default class AdminDashboardNewFeaturesController extends Controller {}
|