]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Inspector shows how many times a node is in a way
[rails.git] / app / controllers / application_controller.rb
index ed007cad34c1ee1b0674fb67dafab322adb09419..66ab92a5cf379fa374d986a99261c72f170ee5d1 100644 (file)
@@ -47,7 +47,7 @@ class ApplicationController < ActionController::Base
         redirect_to params.merge(:cookie_test => "true")
         return false
       else
-        flash.now[:notice] = t 'application.require_cookies.cookies_needed'
+        flash.now[:warning] = t 'application.require_cookies.cookies_needed'
       end
     end
   end