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:
authorDouwe Maan <douwe@gitlab.com>2015-02-25 12:59:50 +0300
committerDouwe Maan <douwe@gitlab.com>2015-02-26 11:50:43 +0300
commitd3c44b1a6c470990cd79d2e4feec3d1d9b450496 (patch)
treeb5623f318a6f6feb4c70ee8d00c6bec59cca7e7f /app/views/import/gitlab
parent7fef8456e8bc92adb0de3f2bc7192e3bedfce47d (diff)
Fix import status page project links for new Rails.
Diffstat (limited to 'app/views/import/gitlab')
-rw-r--r--app/views/import/gitlab/status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/gitlab/status.html.haml b/app/views/import/gitlab/status.html.haml
index db161681206..41ac073eae1 100644
--- a/app/views/import/gitlab/status.html.haml
+++ b/app/views/import/gitlab/status.html.haml
@@ -20,7 +20,7 @@
%td
= link_to project.import_source, "https://gitlab.com/#{project.import_source}", target: "_blank"
%td
- %strong= link_to project.path_with_namespace, project
+ %strong= link_to project.path_with_namespace, [project.namespace.becomes(Namespace), project]
%td.job-status
- if project.import_status == 'finished'
%span.cgreen