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