We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a483090 + bd0c971 commit 528d125Copy full SHA for 528d125
app/views/events/_commit.html.haml
@@ -5,5 +5,4 @@
5
%strong.cdark= commit.author_name
6
–
7
= 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
-
+ = gfm truncate(commit.title, length: 50) rescue "--broken encoding"
0 commit comments