discourse/app/assets/javascripts/admin/components/moderation-history-item.js.es6
Robin Ward 410994b7f5 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-05 15:20:20 -05:00

4 lines
61 B
JavaScript

export default Ember.Component.extend({
tagName: 'tr',
});