Wiki: history
This commit is contained in:
parent
b565cd1972
commit
85974948e7
7 changed files with 41 additions and 4 deletions
|
@ -56,7 +56,11 @@ Gitlab::Application.routes.draw do
|
|||
get "files"
|
||||
end
|
||||
|
||||
resources :wikis, :only => [:show, :edit, :destroy, :create]
|
||||
resources :wikis, :only => [:show, :edit, :destroy, :create] do
|
||||
member do
|
||||
get "history"
|
||||
end
|
||||
end
|
||||
|
||||
resource :repository do
|
||||
member do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue