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
3db61aa18a
discourse
/
app
/
assets
/
javascripts
/
admin
/
components
/
moderation-history-item.js.es6
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
export default Ember.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
});