Merge branch 'deploy_keys'

Conflicts:
	app/views/layouts/project.html.haml
	db/schema.rb
This commit is contained in:
Dmitriy Zaporozhets 2012-01-14 21:26:35 +02:00
commit cbd78922ee
19 changed files with 234 additions and 8 deletions

View file

@ -53,6 +53,8 @@ Gitlab::Application.routes.draw do
end
end
resources :deploy_keys
resources :refs, :only => [], :path => "/" do
collection do
get "switch"