summaryrefslogtreecommitdiff
path: root/templates/project/widgets/graph/graph.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/graph/graph.html')
-rw-r--r--templates/project/widgets/graph/graph.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/project/widgets/graph/graph.html b/templates/project/widgets/graph/graph.html
index 8680efb..d1794db 100644
--- a/templates/project/widgets/graph/graph.html
+++ b/templates/project/widgets/graph/graph.html
@@ -1,5 +1,5 @@
<h1 class="title" data-bind="title"></h1>
-<h2 class="value" data-bind="current | prettyNumber"></h2>
+<h2 class="value" data-bind="current | prettyNumber | prepend prefix"></h2>
-<p class="text-moreinfo" data-bind="moreinfo"></p> \ No newline at end of file
+<p class="more-info" data-bind="moreinfo"></p> \ No newline at end of file