diff --git a/app/views/budgets/groups/show.html.erb b/app/views/budgets/groups/show.html.erb index 27d747c64..a5850481d 100644 --- a/app/views/budgets/groups/show.html.erb +++ b/app/views/budgets/groups/show.html.erb @@ -1,3 +1,7 @@ +<% content_for :canonical do %> + <%= render "shared/canonical", href: budget_group_url(filter: @current_filter) %> +<% end %> +