summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-07-24 18:45:14 +0000
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-07-24 18:45:14 +0000
commit3dc8075af5ea3796e8ff41f6616c94814abe5e3c (patch)
tree48e7ef5273debe4ebdfce9d80c8a722ccc5ff4f0 /app/views/projects/branches
parentfb362795ce5ed63a34cd5b832ece22e5f712d851 (diff)
downloadgitlab-ce-3dc8075af5ea3796e8ff41f6616c94814abe5e3c.tar.gz
Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-…"
This reverts merge request !5375
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 d54c76ff9c8..9fe65cbb104 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.id), class: "commit-id monospace"
+ = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), 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"