summaryrefslogtreecommitdiff
path: root/templates/project/widgets/number/number.html
blob: 6e9a03eb557128256bc22d3e2b0320ca640b526f (plain)
1
2
3
4
5
6
7
8
9
<h1 class="title"><i data-showif="needsAttention" class="icon-warning-sign"></i><span data-bind="title"></span></h1>

<h2 class="value" data-bind="current | prettyNumber"></h2>

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

<p class="text-moreinfo" data-bind="moreinfo">2012-07-26 10:59AM</p>