Fix project index
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
76ff9fffcc
commit
314ef63014
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ class ProjectsController < Projects::ApplicationController
|
||||||
include IssuableCollections
|
include IssuableCollections
|
||||||
include ExtractsPath
|
include ExtractsPath
|
||||||
|
|
||||||
before_action :authenticate_user!, except: [:show, :activity, :refs]
|
before_action :authenticate_user!, except: [:index, :show, :activity, :refs]
|
||||||
before_action :project, except: [:new, :create]
|
before_action :project, except: [:index, :new, :create]
|
||||||
before_action :repository, except: [:new, :create]
|
before_action :repository, except: [:index, :new, :create]
|
||||||
before_action :assign_ref_vars, only: [:show], if: :repo_exists?
|
before_action :assign_ref_vars, only: [:show], if: :repo_exists?
|
||||||
before_action :tree, only: [:show], if: [:repo_exists?, :project_view_files?]
|
before_action :tree, only: [:show], if: [:repo_exists?, :project_view_files?]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue