Commit bd0c971a authored by randx's avatar randx

Merge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into...

Merge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into jouve-fix_commits_dashboard

Conflicts:
	app/views/events/_commit.html.haml
parents 28d90385 15fc0f0c
......@@ -5,5 +5,4 @@
%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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment