Working on dashboard restyle and events refactoring

This commit is contained in:
Dmitriy Zaporozhets 2012-09-24 12:32:51 +03:00
parent a6f58b9c43
commit d23022c6f6
11 changed files with 194 additions and 170 deletions

View file

@ -2,7 +2,7 @@
%li.commit
%p
= link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
%strong.cdark= commit.author_name
%span= commit.author_name
–
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
= gfm escape_once(truncate(commit.title, length: 50)) rescue "--broken encoding"