Commit 1bf775d55d7784af3bf07a756deff8ed80550d39
1 parent
e06b39cc
Exists in
master
and in
4 other branches
fixed commits links from tree view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/refs/_tree_item.html.haml
... | ... | @@ -15,4 +15,4 @@ |
15 | 15 | - tm = @project.team_member_by_name_or_email(content_commit.author_email, content_commit.author_name) |
16 | 16 | - if tm |
17 | 17 | = link_to "[#{tm.user_name}]", project_team_member_path(@project, tm) |
18 | - = link_to truncate(content_commit.safe_message, :length => tm ? 20 : 40), project_commit_path(@project, content_commit), :class => "tree-commit-link" | |
18 | + = link_to truncate(content_commit.safe_message, :length => tm ? 20 : 40), project_commit_path(@project, content_commit.id), :class => "tree-commit-link" | ... | ... |