summaryrefslogtreecommitdiff
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 22:15:45 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 22:15:45 +0200
commit15c46555274a14f3a90f0c8139e59cf1e96eccfc (patch)
treeae5dec884629e8a75335d1dffe7da913ff09fe0d /app/controllers/help_controller.rb
parent3b5a4fa2fd5cdc72865b7dfde20b1ea8741dd6cc (diff)
downloadgitlab-ce-15c46555274a14f3a90f0c8139e59cf1e96eccfc.tar.gz
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