This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/admin/components/install-theme-item.js.es6
T
Penar Musaraj cafe637407 UX: List popular themes and components in admin panel (#6997)
Reorganizes theme create/upload flows into one install flow
Adds quick list of popular themes/components with one-click installation
2019-02-20 14:58:31 -05:00

4 lines
81 B
JavaScript

export default Ember.Component.extend({
classNames: ["install-theme-item"]
});