2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: unhandle show report action

This commit is contained in:
Erick Guan 2015-05-15 00:53:33 +08:00
parent 635b31af7b
commit 2c09e97ca0
9 changed files with 79 additions and 69 deletions

View file

@ -0,0 +1,3 @@
export default Ember.Component.extend({
tagName: 'tr'
});