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" %> <%= link_to t("pages.help.menu.budgets"), "#budgets", class: "button hollow expanded" %>
</li> </li>
<% end %> <% end %>
<% if feature?(:polls) %>
<li>
<%= link_to t("pages.help.menu.polls"), "#polls", class: "button hollow expanded" %>
</li>
<% end %>
<li> <li>
<%= link_to t("pages.help.menu.other"), "#other", class: "button hollow expanded" %> <%= link_to t("pages.help.menu.other"), "#other", class: "button hollow expanded" %>
</li> </li>

View File

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

View File

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