Adds missing polls button on help page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user