fixes old faq page path

This commit is contained in:
Alberto Garcia Cabeza
2017-04-21 16:59:28 +02:00
parent 8b42d57e18
commit 4a06e34aa6

View File

@@ -11,7 +11,7 @@
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank")).html_safe
%>
<%= t("layouts.footer.contact_us") %>
<%= link_to t("layouts.footer.faq"), page_path('faq') %>
<%= link_to t("layouts.footer.faq"), faq_path %>
</p>
</div>