Skip to content

Commit 528d125

Browse files
committed
Merge branch 'jouve-fix_commits_dashboard'
2 parents a483090 + bd0c971 commit 528d125

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/events/_commit.html.haml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
%strong.cdark= commit.author_name
66
–
77
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
8-
= gfm truncate(commit.title, length: 50), project_commit_path(project, id: commit.id) rescue "--broken encoding"
9-
8+
= gfm truncate(commit.title, length: 50) rescue "--broken encoding"

0 commit comments

Comments
 (0)