This commit is contained in:
gitlabhq 2011-10-17 00:30:48 +03:00
parent 9265de3d25
commit bcf55312f7
4 changed files with 10 additions and 3 deletions

View file

@ -12,4 +12,4 @@
= time_ago_in_words(content_commit.committed_date)
ago
%td
= link_to truncate(content_commit.message, :length => 40), project_commit_path(@project, content_commit)
= link_to truncate_commit_message(content_commit, 40), project_commit_path(@project, content_commit)