diff --git a/app/views/pages/help/_menu.html.erb b/app/views/pages/help/_menu.html.erb index 0a1b7ff85..fdc4d2c13 100644 --- a/app/views/pages/help/_menu.html.erb +++ b/app/views/pages/help/_menu.html.erb @@ -16,6 +16,11 @@ <%= link_to t("pages.help.menu.budgets"), "#budgets", class: "button hollow expanded" %> <% end %> + <% if feature?(:polls) %> +
  • + <%= link_to t("pages.help.menu.polls"), "#polls", class: "button hollow expanded" %> +
  • + <% end %>
  • <%= link_to t("pages.help.menu.other"), "#other", class: "button hollow expanded" %>
  • diff --git a/config/locales/en/pages.yml b/config/locales/en/pages.yml index 3692052d1..349fe705c 100644 --- a/config/locales/en/pages.yml +++ b/config/locales/en/pages.yml @@ -11,6 +11,7 @@ en: debates: "Debates" proposals: "Proposals" budgets: "Participatory budgets" + polls: "Polls" other: "Other information of interest" debates: title: "Debates" diff --git a/config/locales/es/pages.yml b/config/locales/es/pages.yml index 0667bdfd8..72a114863 100644 --- a/config/locales/es/pages.yml +++ b/config/locales/es/pages.yml @@ -11,6 +11,7 @@ es: debates: "Debates" proposals: "Propuestas" budgets: "Presupuestos participativos" + polls: "Votaciones" other: "Otra información de interés" debates: title: "Debates"