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:
authorTim Zallmann <tzallmann@gitlab.com>2017-05-26 13:58:03 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-06-07 12:10:24 +0300
commitf51e78715f77846f3326a0cad18a826f138f2dff (patch)
treee3fc429b5977b0d0b165cf9f379ead7852c97ead
parent0dbc5cd87b611a80c55bb46a1ca40e21a7ecf760 (diff)
Enabled Tooltips
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index 00d143f4fb0..88fff245356 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -37,7 +37,7 @@
= link_to admin_root_path, title: 'Admin area', aria: { label: "Admin area" }, data: {toggle: 'tooltip', placement: 'bottom', container: 'body'} do
= icon('wrench fw')
%li.header-new.dropdown
- = link_to new_project_path, class: "header-new-dropdown-toggle", aria: { label: "New&hellip;" } , data: { toggle: 'dropdown', placement: 'bottom', container: 'body' } do
+ = link_to new_project_path, class: "header-new-dropdown-toggle has-tooltip", title: "New...", ref: 'tooltip', aria: { label: "New..." }, data: { toggle: 'dropdown', placement: 'bottom', container: 'body' } do
= icon('plus fw')
= icon('caret-down')
.dropdown-menu-nav.dropdown-menu-align-right