decidim-proposals/app/views/decidim/proposals/admin/proposals/_form.html.erb in decidim-0.5.1 vs decidim-proposals/app/views/decidim/proposals/admin/proposals/_form.html.erb in decidim-0.6.0
- old
+ new
@@ -22,12 +22,12 @@
<div class="row column">
<%= form.categories_select :category_id, @form.categories, prompt: t(".select_a_category") %>
</div>
<% end %>
- <% if current_participatory_process.has_subscopes? %>
+ <% if current_participatory_space.has_subscopes? %>
<div class="row column">
- <%= form.scopes_select :scope_id, prompt: I18n.t("decidim.scopes.global"), remote_path: decidim.scopes_search_path(root: current_participatory_process.scope) %>
+ <%= form.scopes_select :scope_id, prompt: I18n.t("decidim.scopes.global"), remote_path: decidim.scopes_search_path(root: current_participatory_space.scope) %>
</div>
<% end %>
<% if feature_settings.attachments_allowed? %>
<div class="row column">