Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Vizzuality/growasia_calculator i…
Browse files Browse the repository at this point in the history
…nto develop

* 'develop' of github.com:Vizzuality/growasia_calculator:
  Updates user manual and titles
  • Loading branch information
dhakelila committed Oct 31, 2016
2 parents 05fd41c + cb9b07c commit 5e69b22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/templates/guidance/home-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<li>Nutrient management practices,</li>
<li>Liming,</li>
<li>Crop residue burning and decomposition,</li>
<li>Agrochemical use,</li>
<li>Pesticide and herbicide use,</li>
<li>Agroforestry practices,</li>
<li>Fossil fuel use,</li>
<li>Rice irrigation (for paddy rice).</li>
Expand Down
2 changes: 1 addition & 1 deletion app/serializers/analysis_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def analysis
val = object.emissions_from_agrochemical_use
emissions_by_source << {
slug: "agrochemical",
name: "Agrochemical application",
name: "Pesticide and herbicide use",
total: val.to_f,
total_per_yield: (val/per_yield).to_f
}
Expand Down
Binary file modified public/documents/Grow Asia Counter User Manual.pdf
Binary file not shown.

0 comments on commit 5e69b22

Please sign in to comment.