We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f326e commit a1b14ecCopy full SHA for a1b14ec
templates/project/widgets/number/number.html
@@ -1,6 +1,6 @@
1
<h1 class="title" data-bind="title"></h1>
2
3
-<h2 class="value" data-bind="current | shortenedNumber | prepend prefix"></h2>
+<h2 class="value" data-bind="current | shortenedNumber | prepend prefix | append suffix"></h2>
4
5
<p class="change-rate">
6
<i data-bind-class="arrow"></i><span data-bind="difference"></span>
0 commit comments