diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2018-07-20 12:30:15 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2018-07-20 12:30:15 +0100 |
commit | 992d034ac3ab7bdbab114eb29afc0fa17b7b7e30 (patch) | |
tree | 9ce0d9055181eeaa890d2644daf8bff79ac06526 /app/views/projects/blame | |
parent | e194cf089ec633990a46c7c9bc143776b13492dc (diff) | |
download | gitlab-ce-992d034ac3ab7bdbab114eb29afc0fa17b7b7e30.tar.gz |
Add has_tooltip false to remaining commit realted uses
Diffstat (limited to 'app/views/projects/blame')
-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 e90916e340d..ef6f5c76de6 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -18,7 +18,7 @@ - commit = blame_group[:commit] %td.blame-commit{ class: age_map_class(commit.committed_date, project_duration) } .commit - = author_avatar(commit, size: 36) + = author_avatar(commit, size: 36, has_tooltip: false) .commit-row-title %span.item-title.str-truncated-100 = link_to_markdown commit.title, project_commit_path(@project, commit.id), class: "cdark", title: commit.title |