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
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-08 18:08:43 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-08 18:08:43 +0400
commitf197fa1fbffae2607c01d323aad1a839e086fbbc (patch)
tree206d1b1b72f042c23ac4c4ff4dbaf8f6809e7b3f /app/views/protected_branches
parenta8ce107c64c98f547613fd0e5a2b38c360f17fae (diff)
Fix github issue #1153
Diffstat (limited to 'app/views/protected_branches')
-rw-r--r--app/views/protected_branches/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/protected_branches/index.html.haml b/app/views/protected_branches/index.html.haml
index bd1e9cebb1a..586d4f6341f 100644
--- a/app/views/protected_branches/index.html.haml
+++ b/app/views/protected_branches/index.html.haml
@@ -39,7 +39,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
= truncate branch.commit.id.to_s, :length => 10
= time_ago_in_words(branch.commit.committed_date)
ago