This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-adplugin
mirror of
https://github.com/discourse/discourse-adplugin.git
Watch
1
Star
0
Fork
You've already forked discourse-adplugin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0d8e33c661
discourse-adplugin
/
assets
/
javascripts
/
discourse
/
controllers
/
admin-plugins-house-ads.js.es6
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
FEATURE: House Ads Allows creating ads within Discourse admin at Plugins > House Ads. Write the ads in html and style them with CSS in themes.
2019-04-18 17:52:59 -04:00
export default Ember.Controller.extend({
DEV: apply coding standards (#91)
2020-09-04 07:24:14 -04:00
loadingAds: true,
FEATURE: House Ads Allows creating ads within Discourse admin at Plugins > House Ads. Write the ads in html and style them with CSS in themes.
2019-04-18 17:52:59 -04:00
});