Commit bd0c971aa96c7f60b199c968b023b17e013a6ead

Authored by randx
2 parents 28d90385 15fc0f0c

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

…ouve-fix_commits_dashboard

Conflicts:
	app/views/events/_commit.html.haml
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/events/_commit.html.haml
@@ -5,5 +5,4 @@ @@ -5,5 +5,4 @@
5 %strong.cdark= commit.author_name 5 %strong.cdark= commit.author_name
6 – 6 –
7 = image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16 7 = image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
8 - = gfm truncate(commit.title, length: 50), project_commit_path(project, id: commit.id) rescue "--broken encoding"  
9 - 8 + = gfm truncate(commit.title, length: 50) rescue "--broken encoding"