This commit is contained in:
albert
2013-03-20 09:36:41 -07:00
parent 50d2430436
commit fb11ae0ced

View File

@@ -10,8 +10,9 @@ class TagCorrectionsController < ApplicationController
if params[:commit] == "Fix"
@correction.fix!
redirect_to tags_path(:search => {:name_matches => @correction.tag.name}), :notice => "Tag will be fixed in a few seconds"
else
redirect_to tags_path(:search => {:name_matches => @correction.tag.name})
end
redirect_to tags_path(:search => {:name_matches => @correction.tag.name}), :notice => "Tag will be fixed in a few seconds"
end
end