summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-13 17:24:29 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-13 17:25:18 +0200
commit68bfcd0521020d9f0154ffe767aa1e327e93ca24 (patch)
tree60b9f4c814d9583073de40785a94ff446124f6ed /app/views/help
parent122acb2254c94823bd7b7b64aa1bd953df5fdf66 (diff)
downloadgitlab-ce-68bfcd0521020d9f0154ffe767aa1e327e93ca24.tar.gz
Add public filter to admin projects
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/index.html.haml2
-rw-r--r--app/views/help/public_area.html.haml16
2 files changed, 18 insertions, 0 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index dc22b672cb7..cadf6c9d6e7 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -47,3 +47,5 @@
%li
%span= link_to "System Hooks", help_system_hooks_path
+ %li
+ %span= link_to "Public Area", help_public_area_path
diff --git a/app/views/help/public_area.html.haml b/app/views/help/public_area.html.haml
new file mode 100644
index 00000000000..a7a86e92396
--- /dev/null
+++ b/app/views/help/public_area.html.haml
@@ -0,0 +1,16 @@
+%h3.page_title Public Area
+.back_link
+ = link_to help_path do
+ &larr; to index
+%hr
+
+%p
+ Public area - is part of application with public access.
+ %br
+ It used to list all projects with public read-only access.
+ %br
+ If you enable public http access to the project - it will appears there
+ %br
+
+ Follow #{link_to "this link", public_root_path} to visit Public Area
+