##// END OF EJS Templates
indentation corrections...
Jean-Philippe Lang -
r198:99c560295fca
parent child
Show More
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -64,6 +64,4 class IssueStatusesController < ApplicationController
64 flash[:notice] = "Unable to delete issue status"
64 flash[:notice] = "Unable to delete issue status"
65 redirect_to :action => 'list'
65 redirect_to :action => 'list'
66 end
66 end
67
68
69 end
67 end
@@ -39,5 +39,4 private
39 rescue ActiveRecord::RecordNotFound
39 rescue ActiveRecord::RecordNotFound
40 render_404
40 render_404
41 end
41 end
42
43 end
42 end
1 NO CONTENT: modified file
NO CONTENT: modified file
1 NO CONTENT: modified file
NO CONTENT: modified file
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -57,5 +57,4 class TrackersController < ApplicationController
57 end
57 end
58 redirect_to :action => 'list'
58 redirect_to :action => 'list'
59 end
59 end
60
61 end
60 end
General Comments 0
You need to be logged in to leave comments. Login now