summaryrefslogtreecommitdiff
path: root/templates/project/widgets/number/number.html
blob: d7eeab9df5b8114848f45081ce9b5e9008726d1b (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"></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>