summaryrefslogtreecommitdiff
path: root/templates/project/widgets/number/number.html
blob: 795a4694e8bd7a31431b65cf93cbd96576faf0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
<h1 class="title" data-bind="title"></h1>

<h2 class="value" data-bind="current | shortenedNumber | prepend prefix | append suffix"></h2>

<p class="change-rate">
  <i data-bind-class="arrow"></i><span data-bind="difference"></span>
</p>

<p class="more-info" data-bind="moreinfo | raw"></p>

<p class="updated-at" data-bind="updatedAtMessage"></p>