Updates active to is-active class for menus
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user