Petit ajout classe css
This commit is contained in:
parent
3d6e478a6d
commit
878d8802a4
@ -7,7 +7,6 @@ $(document).ready ->
|
|||||||
|
|
||||||
$(this).find('.sparkline').sparkline vals, width: '5em'
|
$(this).find('.sparkline').sparkline vals, width: '5em'
|
||||||
|
|
||||||
|
|
||||||
$('table.list.dates tfoot').each ->
|
$('table.list.dates tfoot').each ->
|
||||||
vals = $(this).find('th.quantity').map ->
|
vals = $(this).find('th.quantity').map ->
|
||||||
return parseInt $(this).html().replace(' ', '')
|
return parseInt $(this).html().replace(' ', '')
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
- total += @regions[[region.id, year[0]]] || 0
|
- total += @regions[[region.id, year[0]]] || 0
|
||||||
= link_to root_path(year: "#{year[0]}", region: region.id) do
|
= link_to root_path(year: "#{year[0]}", region: region.id) do
|
||||||
= number_with_delimiter @regions[[region.id, year[0]]]
|
= number_with_delimiter @regions[[region.id, year[0]]]
|
||||||
%th.total= number_with_delimiter total
|
%th.quantity.total= number_with_delimiter total
|
||||||
%td.sparkline/
|
%td.sparkline/
|
||||||
|
|
||||||
%h3=t '.city'
|
%h3=t '.city'
|
||||||
|
Loading…
Reference in New Issue
Block a user