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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-19 00:15:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-19 00:15:45 +0400
commit15c46555274a14f3a90f0c8139e59cf1e96eccfc (patch)
treeae5dec884629e8a75335d1dffe7da913ff09fe0d /app/controllers/help_controller.rb
parent3b5a4fa2fd5cdc72865b7dfde20b1ea8741dd6cc (diff)
UI: add new button, top panel restyle etc
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
new file mode 100644
index 00000000000..b22280d2fd2
--- /dev/null
+++ b/app/controllers/help_controller.rb
@@ -0,0 +1,4 @@
+class HelpController < ApplicationController
+ def index
+ end
+end