Merge branch 'master' into simplify_controllers2
Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb
This commit is contained in:
commit
e563e948bb
108 changed files with 1762 additions and 652 deletions
|
@ -4,7 +4,6 @@ class ProtectedBranchesController < ProjectController
|
|||
before_filter :require_non_empty_project
|
||||
|
||||
before_filter :authorize_admin_project!, only: [:destroy, :create]
|
||||
before_filter :render_full_content
|
||||
|
||||
def index
|
||||
@branches = @project.protected_branches.all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue