Adds missing polls button on help page

This commit is contained in:
decabeza
2018-02-07 19:09:30 +01:00
parent 9579a751ab
commit dac5b7c9a2
3 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
<%= link_to t("pages.help.menu.budgets"), "#budgets", class: "button hollow expanded" %>
</li>
<% end %>
<% if feature?(:polls) %>
<li>
<%= link_to t("pages.help.menu.polls"), "#polls", class: "button hollow expanded" %>
</li>
<% end %>
<li>
<%= link_to t("pages.help.menu.other"), "#other", class: "button hollow expanded" %>
</li>

View File

@@ -11,6 +11,7 @@ en:
debates: "Debates"
proposals: "Proposals"
budgets: "Participatory budgets"
polls: "Polls"
other: "Other information of interest"
debates:
title: "Debates"

View File

@@ -11,6 +11,7 @@ es:
debates: "Debates"
proposals: "Propuestas"
budgets: "Presupuestos participativos"
polls: "Votaciones"
other: "Otra información de interés"
debates:
title: "Debates"