diff options
-rw-r--r-- | app/views/events/_commit.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml index 15f3bb5a97d..79df0cfb00b 100644 --- a/app/views/events/_commit.html.haml +++ b/app/views/events/_commit.html.haml @@ -5,5 +5,4 @@ %strong.cdark= commit.author_name – = image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16 - = gfm truncate(commit.title, length: 50), project_commit_path(project, id: commit.id) rescue "--broken encoding" - + = gfm truncate(commit.title, length: 50) rescue "--broken encoding" |