summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-12 00:34:14 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-12 00:34:14 +0300
commit528d125dbbf8aa3bb76addf335f18d1d94cb16ee (patch)
treef62589afb571ceda66e80c39cb4ba363a979a24d
parenta483090b737db4899063f7cdbd922a4c11785c07 (diff)
parentbd0c971aa96c7f60b199c968b023b17e013a6ead (diff)
downloadgitlab-ce-528d125dbbf8aa3bb76addf335f18d1d94cb16ee.tar.gz
Merge branch 'jouve-fix_commits_dashboard'
-rw-r--r--app/views/events/_commit.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index 15f3bb5a97d..79df0cfb00b 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -5,5 +5,4 @@
%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"