diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb
index ec9645369..bc8c48c69 100644
--- a/app/views/proposals/index.html.erb
+++ b/app/views/proposals/index.html.erb
@@ -63,8 +63,8 @@
<% if @proposals.any? %>
- <%= link_to t("proposals.index.start_proposal"),
- new_proposal_guide,
+ <%= link_to t("proposals.index.start_proposal"),
+ new_proposal_guide,
class: 'button expanded' %>
<% end %>
@@ -85,7 +85,8 @@
<%= t("proposals.index.section_footer.description") %>
<%= t("proposals.index.section_footer.help_text_1") %>
<%= t("proposals.index.section_footer.help_text_2",
- org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
+ org: link_to(setting['org_name'], new_user_registration_path),
+ supports: setting["votes_for_proposal_success"]).html_safe %>
<%= t("proposals.index.section_footer.help_text_3") %>
<% end %>
@@ -94,8 +95,8 @@