Petit ajout classe css

This commit is contained in:
echarp 2014-11-06 00:36:58 +01:00
parent 3d6e478a6d
commit 878d8802a4
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ $(document).ready ->
$(this).find('.sparkline').sparkline vals, width: '5em'
$('table.list.dates tfoot').each ->
vals = $(this).find('th.quantity').map ->
return parseInt $(this).html().replace(' ', '')

View File

@ -63,7 +63,7 @@
- total += @regions[[region.id, year[0]]] || 0
= link_to root_path(year: "#{year[0]}", region: region.id) do
= number_with_delimiter @regions[[region.id, year[0]]]
%th.total= number_with_delimiter total
%th.quantity.total= number_with_delimiter total
%td.sparkline/
%h3=t '.city'