From 15fc0f0c103f41a517c04913efc03e224f5efbac Mon Sep 17 00:00:00 2001 From: Cyril Date: Fri, 10 Aug 2012 21:23:54 +0200 Subject: fix commit events on dashboard --- app/views/events/_commit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/events/_commit.html.haml') 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 – = 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" -- cgit v1.2.3