diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-18 03:08:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-18 03:08:41 +0000 |
commit | 3b406199b52c91bf45611372e0975152bb87ceb9 (patch) | |
tree | 1832df3894996b70437cc81c864f098f49e4c6d7 /app | |
parent | 723dae312f4a478f6cd344f2710ee157e74d5d80 (diff) | |
download | gitlab-ce-3b406199b52c91bf45611372e0975152bb87ceb9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/blame/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml index bc1e62a8980..b44c773adff 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -20,7 +20,7 @@ %span.legend-box.legend-box-9 %span.right-label Older - .table-responsive.file-content.blame.code{ class: user_color_scheme } + .table-responsive.file-content.blame.code{ class: user_color_scheme, data: { qa_selector: 'blame_file_content' } } %table - current_line = @blame.first_line - @blame.groups.each do |blame_group| |