mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 17:45:13 +08:00
e0cc29d658
* FEATURE: themes and components split * two seperate methods to switch theme type * use strict equality operator
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
export default Ember.Component.extend({
|
|
classNames: ["themes-list"],
|
|
hasThemes: Ember.computed.gt("themes.length", 0)
|
|
});
|