summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-07-27 11:26:29 -0400
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-07-28 12:24:47 -0400
commitd00679d54f2bbaab9d6963c3b871a03ab8a3d7d6 (patch)
tree06bd76b683638e149566599ea423ced5c21324a5 /app/views/projects/branches
parentb24ccd4a67f60731ce2eb6be0129e8cf7228263d (diff)
downloadgitlab-ce-d00679d54f2bbaab9d6963c3b871a03ab8a3d7d6.tar.gz
Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_commit.html.haml b/app/views/projects/branches/_commit.html.haml
index 9fe65cbb104..d54c76ff9c8 100644
--- a/app/views/projects/branches/_commit.html.haml
+++ b/app/views/projects/branches/_commit.html.haml
@@ -1,5 +1,5 @@
.branch-commit
- = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit-id monospace"
+ = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-id monospace"
&middot;
%span.str-truncated
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"