Issue #475: Fix to be able to graph columns with percentage values

This commit is contained in:
Mariano Carballal
2015-03-31 18:21:33 -03:00
committed by Teofilo Sibileau
parent db7fad0a7f
commit bb0d41a2e4
6 changed files with 7 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ my.Pager = Backbone.View.extend({
<div class="pagination"> \
<ul class="pagination"> \
<li class="prev action-pagination-update"><a href="" class="btn btn-default">«</a></li> \
<li class="page-range"><a><label for="from">From</label><input name="from" type="text" value="{{from}}" /> – <label for="to">To</label><input name="to" type="text" value="{{to}}" /> </a></li> \
<li class="page-range"><a><label for="from">From</label><input id="from" name="from" type="text" value="{{from}}" /> – <label for="to">To</label><input id="to" name="to" type="text" value="{{to}}" /> </a></li> \
<li class="next action-pagination-update"><a href="" class="btn btn-default">»</a></li> \
</ul> \
</div> \