This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0e2cbee339
discourse
/
app
/
assets
/
javascripts
/
admin
/
components
/
moderation-history-item.js.es6
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
REFACTOR: Remove `Ember.Component` global variable Use imports instead.
2019-10-23 12:30:52 -04:00
import Component from "@ember/component";
export default Component.extend({
DEV: introduces prettier for es6 files
2018-06-15 11:03:24 -04:00
tagName: "tr"
FEATURE: Show a button to Staff for "Moderation History" on posts/topics When clicked, it pops up a modal showing a history of moderation actions taken on the post or topic.
2017-12-04 12:14:43 -05:00
});