Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvsizov <vsv2711@gmail.com>2012-02-20 21:16:55 +0400
committervsizov <vsv2711@gmail.com>2012-02-20 21:16:55 +0400
commitbdc42488e9b0d297e0773040e077f414b6605c3d (patch)
tree2270f377f977a2e49987accab4d3199bbf1e6664 /config/routes.rb
parent2e1f119f2288a864ddc1ab49d2a4c47a573b47df (diff)
wiki is done
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index eae5b7ea1c9..653ec089266 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -58,7 +58,7 @@ Gitlab::Application.routes.draw do
resources :wikis, :only => [:show, :edit, :destroy, :create] do
member do
- get "history"
+ get "history"
end
end