Fix broken commit link in branches page
This commit is contained in:
parent
81092c0198
commit
e42fb4fda4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
- if branch.name == @project.root_ref
|
||||
%span.label default
|
||||
%td
|
||||
= link_to project_commits_path(@project, branch.commit.id) do
|
||||
= link_to project_commit_path(@project, branch.commit.id) do
|
||||
%code= branch.commit.id.to_s[0..10]
|
||||
|
||||
= image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16
|
||||
|
|
Loading…
Reference in a new issue