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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-01 12:58:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-01 12:58:55 +0400
commitd4b4088321237c3ad5bbc79b321d7af3ff7f0c9d (patch)
tree9e84b80dfe36b69b1b82148b5b50da67fdceb2d3 /app
parent86726662e7b976dd54d02fb8d4f2e590efc3d7b8 (diff)
parent469077e55dab70dd392eb7a62d6a8c6764d6d784 (diff)
Merge pull request #6897 from cirosantilli/help-every-page
Add help link to header.
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/_head_panel.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml
index d8001fd76d7..f1545c6d089 100644
--- a/app/views/layouts/_head_panel.html.haml
+++ b/app/views/layouts/_head_panel.html.haml
@@ -20,6 +20,10 @@
= link_to search_path, title: "Search", class: 'has_bottom_tooltip', 'data-original-title' => 'Search area' do
%i.icon-search
%li
+ = link_to help_path, title: 'Help', class: 'has_bottom_tooltip',
+ 'data-original-title' => 'Help' do
+ %i.icon-question
+ %li
= link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
%i.icon-globe
%li