diff options
author | Valery Sizov <valery@gitlab.com> | 2015-02-02 14:45:03 -0800 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-02-05 12:50:34 -0800 |
commit | 713bc152bde5396bb95a1555907bcd9a2847839d (patch) | |
tree | fc83af5918220264d7cfd9d4ebc304fdb33b3194 /app | |
parent | 18231b0bb353fffa77b492e4b04fa61c9b3a25bb (diff) | |
download | gitlab-ce-713bc152bde5396bb95a1555907bcd9a2847839d.tar.gz |
GitLab.com integration: small view fix
Diffstat (limited to 'app')
-rw-r--r-- | app/views/importers/githubs/status.html.haml | 2 | ||||
-rw-r--r-- | app/views/importers/gitlabs/status.html.haml | 2 |
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 |