Commit 528d125dbbf8aa3bb76addf335f18d1d94cb16ee
Exists in
master
and in
4 other branches
Merge branch 'jouve-fix_commits_dashboard'
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/views/events/_commit.html.haml
... | ... | @@ -5,5 +5,4 @@ |
5 | 5 | %strong.cdark= commit.author_name |
6 | 6 | – |
7 | 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 | - | |
8 | + = gfm truncate(commit.title, length: 50) rescue "--broken encoding" | ... | ... |