Commit 397d001c authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '331879-file-cannot-show-full-name' into 'master'

Add a tooltip for file name

See merge request gitlab-org/gitlab!63039
parents e1aaf462 a7b19e7a
......@@ -186,6 +186,8 @@ export default {
:is="linkComponent"
ref="link"
v-gl-hover-load="handlePreload"
v-gl-tooltip:tooltip-container
:title="fullPath"
:to="routerLinkTo"
:href="url"
:class="{
......
......@@ -11,6 +11,7 @@ exports[`Repository table row component renders a symlink table row 1`] = `
class="tree-item-link str-truncated"
data-qa-selector="file_name_link"
href="https://test.com"
title="test"
>
<file-icon-stub
class="mr-1 position-relative text-secondary"
......@@ -64,6 +65,7 @@ exports[`Repository table row component renders table row 1`] = `
class="tree-item-link str-truncated"
data-qa-selector="file_name_link"
href="https://test.com"
title="test"
>
<file-icon-stub
class="mr-1 position-relative text-secondary"
......@@ -117,6 +119,7 @@ exports[`Repository table row component renders table row for path with special
class="tree-item-link str-truncated"
data-qa-selector="file_name_link"
href="https://test.com"
title="test"
>
<file-icon-stub
class="mr-1 position-relative text-secondary"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment