Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-08 14:08:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-08 14:08:25 +0400
commit3c3d26f3e742ab61dd3f4ece63002b5106de1db5 (patch)
tree9ccfd7969b3253cf8f93baed561b033a506ef9ec /app
parent748653beb08d1378b84e87fa9235fa3278ccc890 (diff)
parent32f04fc345352fce0ddcfe9c1c205e94ce185c35 (diff)
Merge pull request #529 from abhid/branch-commit-url-fix
This might fix the issue with commits showing up in the format.
Diffstat (limited to 'app')
-rw-r--r--app/views/repositories/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_branch.html.haml b/app/views/repositories/_branch.html.haml
index 04f64fd5240..4742b92bd74 100644
--- a/app/views/repositories/_branch.html.haml
+++ b/app/views/repositories/_branch.html.haml
@@ -5,7 +5,7 @@
- if branch.name == @project.root_ref
%span.label default
%td
- = link_to project_commit_path(@project, branch.commit.id) do
+ = link_to project_commit_path(@project, :id => 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