Commit 15fc0f0c103f41a517c04913efc03e224f5efbac
1 parent
1413c23c
Exists in
master
and in
4 other branches
fix commit events on dashboard
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/events/_commit.html.haml
... | ... | @@ -5,5 +5,5 @@ |
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" | |
8 | + = gfm truncate(commit.title, :length => 50) rescue "--broken encoding" | |
9 | 9 | ... | ... |