There was a big difference between the current budget and a specific budget landing page. This didn't really make too much sense. Also, it was not possible to know how a draft participatory budget will look before it was published. By unifying those two views now they will look quite similar and it will be possible for administrators to preview any draft budget and to know how the budget will look like before actually publishing it.
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
<%= render Shared::BannerComponent.new("budgets") %>
|
|
<% provide :title do %><%= @budget.name %><% end %>
|
|
|
|
<% content_for :canonical do %>
|
|
<%= render "shared/canonical", href: budget_url(@budget, filter: @current_filter) %>
|
|
<% end %>
|
|
|
|
<%= render Budgets::BudgetComponent.new(@budget) %>
|
|
<%= render Budgets::FooterComponent.new %>
|