Skip to content

Commit

Permalink
Added a disclaimer to the budget bar chart for country and region pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
aunindadf committed Jun 2, 2016
1 parent 806fe5a commit e804e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion views/countries/country.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,12 @@
<a class="more-info-link more-info-link-spacer" id="moreinfolink3" target="3"><img src="/images/icon-information.png" alt="More information about project funding" class="more-info-link-middle"/></a>
<aside id="moreinfo3" class="more-info">
<div class="more-info-content">
The aggregated project budget where that country has been identifed as having money spent specifically in it.
The aggregated project budget where that country has been identifed as having money spent specifically in it. Budgets approved at a project level to date. This may be different from the overall operational plan budget for <%= country[:name] %>.
</div>
</aside>
</div>
<div id="budget-year-chart" style="height: 300px; width: 100%;" class="row"></div>
<div style="text-align: center">Budgets approved at a project level to date. This may be different from the overall operational plan budget for <%= country[:name] %>.</div>
</div>
</div>

Expand Down
3 changes: 2 additions & 1 deletion views/regions/region.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,13 @@
<a class="more-info-link more-info-link-spacer" id="moreinfolink3" target="3"><img src="/images/icon-information.png" alt="More information about project funding" class="more-info-link-middle"/></a>
<aside id="moreinfo3" class="more-info">
<div class="more-info-content">
The aggregated project budget where that region has been identifed as having money spent specifically in it.
The aggregated project budget where that region has been identifed as having money spent specifically in it. Budgets approved at a project level to date. This may be different from the overall operational plan budget for <%= region[:name] %>
</div>
</aside>
</div>
<div id="budget-year-chart" style="height: 250px;" class="standard">
</div>
<div style="text-align: center">Budgets approved at a project level to date. This may be different from the overall operational plan budget for <%= region[:name] %>.</div>
</div>
</div>

Expand Down

0 comments on commit e804e93

Please sign in to comment.