From be0fd2099fece606d4ad56e2639e893ed6bc350b Mon Sep 17 00:00:00 2001 From: Senthil Kumar K Date: Tue, 8 Jan 2013 10:29:01 +0530 Subject: [PATCH] show full commit message on mouse over --- app/views/commits/_commit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/commits/_commit.html.haml b/app/views/commits/_commit.html.haml index eb0312d01e1..56ae2a839bd 100644 --- a/app/views/commits/_commit.html.haml +++ b/app/views/commits/_commit.html.haml @@ -6,7 +6,7 @@ = link_to commit.short_id(8), project_commit_path(@project, commit), class: "commit_short_id" = commit.author_link avatar: true, size: 24   - = link_to_gfm truncate(commit.title, length: 50), project_commit_path(@project, commit.id), class: "row_title" + = link_to_gfm truncate(commit.title, length: 50), project_commit_path(@project, commit.id), {class: "row_title", title: commit.title} %span.committed_ago = time_ago_in_words(commit.committed_date) -- GitLab