summaryrefslogtreecommitdiff
path: root/app/views/refs/_tree_commit.html.haml
blob: a5681aa2f6199bc929f8f0cbfc413448917cb632 (plain)
1
2
3
- if tm
  %strong= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
= link_to_gfm truncate(content_commit.title, length: tm ? 30 : 50), project_commit_path(@project, content_commit.id), class: "tree-commit-link"