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

- old
+ new

@@ -1,7 +1,7 @@ -<h1 class="title" data-bind="title"></h1> +<p class="title" data-bind="title"></p> <input class="meter" data-angleOffset=-125 data-angleArc=250 data-width=200 data-readOnly=true data-bind-value="value | shortenedNumber" data-bind-data-min="min" data-bind-data-max="max"> -<p class="more-info" data-bind="moreinfo"></p> +<p class="nfo" data-bind="moreinfo"></p> -<p class="updated-at" data-bind="updatedAtMessage"></p> +<p class="updated" data-bind="updatedAtMessage"></p>