summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-03-22 22:54:34 +0100
committerArinde Eniola <eniolaarinde1@gmail.com>2016-03-22 22:54:34 +0100
commitb1a93fffacdc0994021153aa88407c04054ae317 (patch)
tree8f71880fe7d452dc399f4390641868e0b676384a /app/views/projects/_home_panel.html.haml
parent18c049886e0f9ad2d094f02483aea272d0e029fb (diff)
downloadgitlab-ce-fix_missing_tooltip_next_to_project_title.tar.gz
fix missing tooltip in project titlefix_missing_tooltip_next_to_project_title
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 514cbfa339d..9b5de17dd3b 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -5,7 +5,7 @@
.cover-title.project-home-desc
%h1
= @project.name
- %span.visibility-icon.has_tooltip{data: { container: 'body' }, title: visibility_icon_description(@project)}
+ %span.visibility-icon.has-tooltip{data: { container: 'body' }, title: visibility_icon_description(@project)}
= visibility_level_icon(@project.visibility_level, fw: false)
- if @project.description.present?