Updates all active to is-active classes

This commit is contained in:
decabeza
2018-04-17 13:18:49 +02:00
parent 6a812659c3
commit 0bf31bde6c
39 changed files with 113 additions and 113 deletions

View File

@@ -56,7 +56,7 @@
<%= link_to t("layouts.header.help"),
help_path,
accesskey: "5",
class: ("active" if current_page?(help_path)),
class: ("is-active" if current_page?(help_path)),
title: t("shared.go_to_page") + t("layouts.header.help") %>
</li>
</ul>