Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
2abe7338
Commit
2abe7338
authored
Sep 15, 2015
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display "Forking in Progress" when importing a forked project
parent
4d2b67ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
app/views/projects/imports/show.html.haml
app/views/projects/imports/show.html.haml
+5
-2
No files found.
app/views/projects/imports/show.html.haml
View file @
2abe7338
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment