]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/concerns/user_methods.rb
Update bundle
[rails.git] / app / controllers / concerns / user_methods.rb
index 6d92aac79574ffc371c3267431ff087f7c828237..eb7d389881eba94f5f8fad65dd197f94eaa9c92d 100644 (file)
@@ -18,7 +18,7 @@ module UserMethods
     @not_found_user = name
 
     respond_to do |format|
-      format.html { render :template => "users/no_such_user", :status => :not_found }
+      format.html { render :template => "users/no_such_user", :status => :not_found, :layout => "site" }
       format.all { head :not_found }
     end
   end