diff options
author | Valery Sizov <vsv2711@gmail.com> | 2012-02-19 21:52:05 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2012-02-19 21:52:05 +0200 |
commit | 85974948e778f5261cc24a2911bd652a91e950da (patch) | |
tree | 0554502fbf8545ad8692ed8e1402ac3c26cf8e35 /config | |
parent | b565cd1972b32071420c51004ba78b6c22cb5742 (diff) | |
download | gitlab-ce-85974948e778f5261cc24a2911bd652a91e950da.tar.gz |
Wiki: history
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index ef2ff709c9f..eae5b7ea1c9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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 |