summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-02-02 14:45:03 -0800
committerValery Sizov <valery@gitlab.com>2015-02-05 12:50:34 -0800
commit713bc152bde5396bb95a1555907bcd9a2847839d (patch)
treefc83af5918220264d7cfd9d4ebc304fdb33b3194
parent18231b0bb353fffa77b492e4b04fa61c9b3a25bb (diff)
downloadgitlab-ce-713bc152bde5396bb95a1555907bcd9a2847839d.tar.gz
GitLab.com integration: small view fix
-rw-r--r--app/views/importers/githubs/status.html.haml2
-rw-r--r--app/views/importers/gitlabs/status.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/importers/githubs/status.html.haml b/app/views/importers/githubs/status.html.haml
index 1c7e8209e6e..af04ae0d1bf 100644
--- a/app/views/importers/githubs/status.html.haml
+++ b/app/views/importers/githubs/status.html.haml
@@ -17,7 +17,7 @@
%tr{id: "project_#{project.id}", class: "#{project_status_css_class(project.import_status)}"}
%td= project.import_source
%td
- %strong= link_to project.name_with_namespace, project
+ %strong= link_to project.path_with_namespace, project
%td.job-status
- if project.import_status == 'finished'
%span.cgreen
diff --git a/app/views/importers/gitlabs/status.html.haml b/app/views/importers/gitlabs/status.html.haml
index 493c938cadb..d2ddd716220 100644
--- a/app/views/importers/gitlabs/status.html.haml
+++ b/app/views/importers/gitlabs/status.html.haml
@@ -17,7 +17,7 @@
%tr{id: "project_#{project.id}", class: "#{project_status_css_class(project.import_status)}"}
%td= project.import_source
%td
- %strong= link_to project.name_with_namespace, project
+ %strong= link_to project.path_with_namespace, project
%td.job-status
- if project.import_status == 'finished'
%span.cgreen