app/views/my_dashboard/widgets/number.html in my_dashboard-0.8.1 vs app/views/my_dashboard/widgets/number.html in my_dashboard-0.8.3

- old
+ new

@@ -1,11 +1,12 @@ -<h1 class="title" data-bind="title"></h1> +<p class="title" data-bind="title"></p> -<h2 class="value" data-bind="current | shortenedNumber | prepend prefix | append suffix"></h2> +<p class="value" data-bind="current | shortenedNumber | prepend prefix | append suffix"></p> -<p class="change-rate"> - <i data-bind-class="arrow"></i><span data-bind="difference"></span> +<p class="percentage"> + <i data-bind-class="arrow"></i> + <span class="value" data-bind="difference"></span> </p> -<p class="more-info" data-bind="moreinfo"></p> +<p class="info" data-bind="moreinfo"></p> -<p class="updated-at" data-bind="updatedAtMessage"></p> +<p class="updated" data-bind="updatedAtMessage"></p>