Changes more info link to help

This commit is contained in:
decabeza
2018-01-30 18:10:42 +01:00
parent e1b7c7aa32
commit 213152349b
6 changed files with 9 additions and 7 deletions

View File

@@ -53,11 +53,11 @@
</li>
<% end %>
<li>
<%= link_to t("layouts.header.more_info"),
<%= link_to t("layouts.header.help"),
more_info_path,
accesskey: "5",
class: ("active" if current_page?(more_info_path)),
title: t("shared.go_to_page") + t("layouts.header.more_info") %>
title: t("shared.go_to_page") + t("layouts.header.help") %>
</li>
</ul>
</div>