No tooltip shown for project's visibility level info

My English is poor,so I just describe the problem by pictures.


The location of the problem

2018-06-06_10_36_16

The tag attributes (class) and the Browser > F12 > Elements (the title-attribute is blank)

2018-06-06_10_38_00 2018-06-06_10_39_53

Code

the code path is gitlab/app/views/projects/_home_panel.html.haml
2018-06-06_10_40_37

and the function visibility_icon_description and it's path is gitlab/app/helpers/visibility_level_helper.rb 2018-06-06_10_59_58


I think the problem may come from the differences between the parameter @project and the red case Project. I do %p= @project in HAML and it printed #<Project:0x00000000433dcfa0>, but I don't what is the red case Project.

Edited by Mark Fletcher