mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
FIX: time to first reponse and topics with no reponse admin reports should show down arrow as green, up arrow as red
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'tr'
|
||||
tagName: 'tr',
|
||||
reverseColors: Ember.computed.match('report.type', /^(time_to_first_response|topics_with_no_response)$/),
|
||||
classNameBindings: ['reverseColors']
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user