summaryrefslogtreecommitdiff
path: root/app/views/help/index.html.haml
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2013-09-26 22:40:55 +0200
committerMarin Jankovski <maxlazio@gmail.com>2013-09-30 11:10:46 +0200
commit055b60d4200aeee0eeab762f162c05305e58c41d (patch)
tree46efa952dcd01e92fa6217bed2b0f990261253f9 /app/views/help/index.html.haml
parentc562d290eaab16f8e72e7e3e9ff188e172372226 (diff)
downloadgitlab-ce-055b60d4200aeee0eeab762f162c05305e58c41d.tar.gz
Add documentation to help section, rack_attack as example
Diffstat (limited to 'app/views/help/index.html.haml')
-rw-r--r--app/views/help/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index ff01136f5bb..fadc2dc21cb 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -79,3 +79,7 @@
%li
%strong= link_to "Public Access", help_public_access_path
%p Learn how you can allow public access to a project.
+
+ %li
+ %strong= link_to "Security", help_security_path
+ %p Learn what you can do to secure your GitLab instance.