diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb
index e1c04c607..40cce19c1 100644
--- a/app/views/proposals/index.html.erb
+++ b/app/views/proposals/index.html.erb
@@ -61,9 +61,11 @@
<%= render 'shared/order_links', i18n_namespace: "proposals.index" %>
-
- <%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button expanded' %>
-
+ <% if @proposals.any? %>
+
+ <%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button expanded' %>
+
+ <% end %>
<%= render partial: 'proposals/proposal', collection: @proposals %>