Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-12 01:33:32 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-12 01:33:32 +0400
commitbd0c971aa96c7f60b199c968b023b17e013a6ead (patch)
treeaf11cbb944738eace7ebb56f4d3de4c7c620f34e /app
parent28d903858e1ba491bcb75a5534db9eea1acdeaf0 (diff)
parent15fc0f0c103f41a517c04913efc03e224f5efbac (diff)
Merge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into jouve-fix_commits_dashboard
Conflicts: app/views/events/_commit.html.haml
Diffstat (limited to 'app')
-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"