]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/application_helper.rb
Improves note's unit test with the latest dropping
[rails.git] / app / helpers / application_helper.rb
index ff6dcd2ff194820556e8a85382f97677ddd97d30..86a3d56cdb96c2df8d8cf6c45e71a839c5a165c6 100644 (file)
@@ -43,7 +43,7 @@ module ApplicationHelper
   end
 
   def header_nav_link_class(path)
-    ["nav-link", current_page?(path) ? "text-secondary-emphasis" : "text-secondary"]
+    ["nav-link", current_page?(path) ? "active text-secondary-emphasis" : "text-secondary"]
   end
 
   def application_data