diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-08 15:14:14 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-08 15:14:14 +0100 |
commit | 1489d225d6763b0fdc3f418692e646587e06938a (patch) | |
tree | ebc241ea14adb58c8443c0b4aac28cda43cecb2b /app/controllers/projects_controller.rb | |
parent | 5d785457db3017a17722314a52433543dd925164 (diff) | |
download | gitlab-ce-1489d225d6763b0fdc3f418692e646587e06938a.tar.gz |
Move partial to right place and fix tests.
Diffstat (limited to 'app/controllers/projects_controller.rb')
-rw-r--r-- | app/controllers/projects_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 540bfa9ac07..0bbaa93b0df 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -11,7 +11,7 @@ class ProjectsController < ApplicationController layout :determine_layout def index - redirect_to (current_user ? root_path : explore_root_path) + redirect_to(current_user ? root_path : explore_root_path) end def new |