summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-14 21:03:14 +0200
committerJames Lopez <james@jameslopez.es>2016-06-14 21:03:14 +0200
commitff44198e17320c50ab9b4dc75ce72ad1be01ae52 (patch)
tree34b36cd920e36226ad5644c067b062b377564e8e /app/views/projects
parentb53ed84843b97c45bb19095cd2c7e0e8c86eb41a (diff)
downloadgitlab-ce-ff44198e17320c50ab9b4dc75ce72ad1be01ae52.tar.gz
few fixes after refactoring the whole UI stuff
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/imports/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/imports/show.html.haml b/app/views/projects/imports/show.html.haml
index c0d1ce0d120..9e99b81bb6c 100644
--- a/app/views/projects/imports/show.html.haml
+++ b/app/views/projects/imports/show.html.haml
@@ -7,7 +7,7 @@
Forking in progress.
- else
Import in progress.
- - unless @project.forked?
+ - unless @project.forked? || @project.gitlab_project_import?
%p.monospace git clone --bare #{@project.safe_import_url}
%p Please wait while we import the repository for you. Refresh at will.
:javascript