fix commit events on dashboard

This commit is contained in:
Cyril 2012-08-10 21:23:54 +02:00
parent 1413c23c50
commit 15fc0f0c10

View file

@ -5,5 +5,5 @@
%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"