Skip to content

Commit

Permalink
Fix budget stats social meta tags
Browse files Browse the repository at this point in the history
We had forgotten to update these tags for stats after updating them for
budget results in commit 153b46b and commit a6baaa9.
  • Loading branch information
javierm committed May 21, 2019
1 parent 42a25de commit dc8c4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/budgets/stats/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<% end %>
<% provide :social_media_meta_tags do %>
<%= render "shared/social_media_meta_tags",
social_url: budget_url(@budget),
social_url: budget_stats_url(@budget),
social_title: @budget.name,
social_description: @budget.description_finished %>
social_description: @budget.description_for_phase("finished") %>
<% end %>

<div class="participation-stats budgets-stats">
Expand Down

0 comments on commit dc8c4a9

Please sign in to comment.