FEATURE: 2 new reports: time to first response, topics with no response

FIX: relativeAgeMediumSpan was off by 1
REFACTOR: extracted decimalAdjust & round functions from the poll plugin
This commit is contained in:
Régis Hanol
2015-06-22 19:46:51 +02:00
parent 0bfabed2d5
commit b25a16ee3e
10 changed files with 101 additions and 10 deletions
@@ -1,4 +1,4 @@
import round from "discourse/plugins/poll/lib/round";
import round from "discourse/lib/round";
export default Em.Component.extend({
tagName: "span",