Display "Forking in Progress" when importing a forked project

This commit is contained in:
Stan Hu 2015-09-15 06:45:03 -07:00
parent 4d2b67acc0
commit 2abe733866
1 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,11 @@
.center
%h2
%i.fa.fa-spinner.fa-spin
- if @project.forked?
Forking in progress.
- else
Import in progress.
- if @project.import_url.present?
- unless @project.forked?
%p.monospace git clone --bare #{hidden_pass_url(@project.import_url)}
%p Please wait while we import the repository for you. Refresh at will.
:javascript