mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:33:52 +08:00
cafe637407
Reorganizes theme create/upload flows into one install flow Adds quick list of popular themes/components with one-click installation
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
export default Ember.Component.extend({
|
|
classNames: ["install-theme-item"]
|
|
});
|