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'
|
||||
|
||||
|
||||
$('table.list.dates tfoot').each ->
|
||||
vals = $(this).find('th.quantity').map ->
|
||||
return parseInt $(this).html().replace(' ', '')
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user