Skip to content
Snippets Groups Projects
Commit 1bf775d5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fixed commits links from tree view

parent e06b39cc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,4 +15,4 @@
- tm = @project.team_member_by_name_or_email(content_commit.author_email, content_commit.author_name)
- if tm
= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
= link_to truncate(content_commit.safe_message, :length => tm ? 20 : 40), project_commit_path(@project, content_commit), :class => "tree-commit-link"
= link_to truncate(content_commit.safe_message, :length => tm ? 20 : 40), project_commit_path(@project, content_commit.id), :class => "tree-commit-link"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment