diff --git a/app/views/legislation/processes/proposals.html.erb b/app/views/legislation/processes/proposals.html.erb index 102766755..a6346671e 100644 --- a/app/views/legislation/processes/proposals.html.erb +++ b/app/views/legislation/processes/proposals.html.erb @@ -21,6 +21,7 @@

<%= link_to t("proposals.index.start_proposal"), new_legislation_process_proposal_path(@process), class: 'button expanded' %>

+ <%= render 'legislation/proposals/categories', taggable: @process %>
diff --git a/app/views/legislation/proposals/_categories.html.erb b/app/views/legislation/proposals/_categories.html.erb index a694eb555..d0c34d23f 100644 --- a/app/views/legislation/proposals/_categories.html.erb +++ b/app/views/legislation/proposals/_categories.html.erb @@ -3,10 +3,12 @@