gitlabhq/app/views/refs/_tree_commit.html.haml

4 lines
233 B
Plaintext
Raw Normal View History

2012-07-10 21:52:38 +02:00
- if tm
%strong= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
2012-07-22 13:08:24 +02:00
= link_to truncate(content_commit.title, :length => tm ? 30 : 50), project_commit_path(@project, content_commit.id), :class => "tree-commit-link"