##// END OF EJS Templates
Fixed a test failure....
Jean-Philippe Lang -
r2878:279e81eb9288
parent child
Show More
@@ -111,9 +111,10 class ProjectsController < ApplicationController
111 redirect_to :controller => 'admin', :action => 'projects'
111 redirect_to :controller => 'admin', :action => 'projects'
112 end
112 end
113 end
113 end
114 rescue ActiveRecord::RecordNotFound
115 redirect_to :controller => 'admin', :action => 'projects'
114 end
116 end
115
117
116
117 # Show @project
118 # Show @project
118 def show
119 def show
119 if params[:jump]
120 if params[:jump]
General Comments 0
You need to be logged in to leave comments. Login now