Updates active to is-active class for menus

This commit is contained in:
decabeza
2018-04-10 19:55:28 +02:00
parent e84e82d3ce
commit ee884ed998
9 changed files with 30 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
<li>
<%= link_to t("notifications.index.unread"), notifications_path %>
</li>
<li class="active">
<li class="is-active">
<h2><%= link_to t("notifications.index.read"), read_notifications_path %></h2>
</li>
</ul>