diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-06 00:09:14 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-06 00:09:14 +0000 |
commit | c93374099a04d318af464f5b3a54a8aafdbca81f (patch) | |
tree | 9e4296521eb85a95a90d058982c30b922836eaa7 /app/views/projects/commits | |
parent | 1bc5af76617026dec53016cb0881ec834ccab807 (diff) | |
download | gitlab-ce-c93374099a04d318af464f5b3a54a8aafdbca81f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r-- | app/views/projects/commits/_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml index cdd9b9f2f52..9a572817646 100644 --- a/app/views/projects/commits/_commit.html.haml +++ b/app/views/projects/commits/_commit.html.haml @@ -23,7 +23,7 @@ = author_avatar(commit, size: 40, has_tooltip: false) .commit-detail.flex-list - .commit-content.qa-commit-content + .commit-content{ data: { qa_selector: 'commit_content' } } - if view_details && merge_request = link_to commit.title, project_commit_path(project, commit.id, merge_request_iid: merge_request.iid), class: ["commit-row-message item-title js-onboarding-commit-item", ("font-italic" if commit.message.empty?)] - else |