diff --git a/app/views/debates/new.html.erb b/app/views/debates/new.html.erb index 54a961d69..67c90b517 100644 --- a/app/views/debates/new.html.erb +++ b/app/views/debates/new.html.erb @@ -7,8 +7,11 @@
- <%= link_to t("welcome.welcome.go_to_index"), proposals_path %> +
+ <% if feature?(:help_page) %> + <%= link_to t("welcome.welcome.go_to_index"), help_path %> + <% else %> + <%= link_to t("welcome.welcome.go_to_index"), root_path %> + <% end %>