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

Conflicts:
	app/views/events/_commit.html.haml
This commit is contained in:
randx 2012-08-12 00:33:32 +03:00
commit bd0c971aa9

View file

@ -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"