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:
authorDouwe Maan <douwe@gitlab.com>2015-12-09 00:30:40 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-09 00:30:40 +0300
commit57d71520bdc2ba79ba8182802cd944d4fb42a192 (patch)
tree0505c4ea7ce0a5ae53d9baeeedf0efac713b4e33 /app/views/projects/tree
parent7aeb7077cb906933c59e5b890fd4027005e34d3d (diff)
Make tooltip less confusing
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_tree_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_header.html.haml b/app/views/projects/tree/_tree_header.html.haml
index 4767f824ac1..2baa5ecd974 100644
--- a/app/views/projects/tree/_tree_header.html.haml
+++ b/app/views/projects/tree/_tree_header.html.haml
@@ -32,5 +32,5 @@
New directory
- elsif !on_top_of_branch?
%li
- %span.btn.add-to-tree.disabled.has_tooltip{href: '#', title: "You can only add files when you are on top of a branch.", data: {container: 'body'}}
+ %span.btn.add-to-tree.disabled.has_tooltip{title: "You can only add files when you are on a branch.", data: {container: 'body'}}
= icon('plus')