summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
diff options
context:
space:
mode:
authorCyril <jv.cyril@gmail.com>2012-08-10 21:23:54 +0200
committerCyril <jv.cyril@gmail.com>2012-08-10 21:23:54 +0200
commit15fc0f0c103f41a517c04913efc03e224f5efbac (patch)
treee3fe7b2853ce5dfdc5a4509120ad1ad952fb7a58 /app/views/events/_commit.html.haml
parent1413c23c502d5a5cbc9b81f553a245103c1d6e50 (diff)
downloadgitlab-ce-15fc0f0c103f41a517c04913efc03e224f5efbac.tar.gz
fix commit events on dashboard
Diffstat (limited to 'app/views/events/_commit.html.haml')
-rw-r--r--app/views/events/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index ca0f29e2d6b..0f4f40e2180 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -5,5 +5,5 @@
%strong.cdark= commit.author_name
&ndash;
= 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"