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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
44c94039
Commit
44c94039
authored
Mar 13, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide retry import form for non masters
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
aaff3566
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
app/views/projects/import.html.haml
app/views/projects/import.html.haml
+13
-12
No files found.
app/views/projects/import.html.haml
View file @
44c94039
...
@@ -15,15 +15,16 @@
...
@@ -15,15 +15,16 @@
%h2
%h2
Import failed. Retry?
Import failed. Retry?
%hr
%hr
=
form_for
@project
,
url:
retry_import_project_path
(
@project
),
method: :put
,
html:
{
class:
'form-horizontal'
}
do
|
f
|
-
if
can?
(
current_user
,
:admin_project
,
@project
)
.form-group.import-url-data
=
form_for
@project
,
url:
retry_import_project_path
(
@project
),
method: :put
,
html:
{
class:
'form-horizontal'
}
do
|
f
|
=
f
.
label
:import_url
,
class:
'control-label'
do
.form-group.import-url-data
%span
Import existing repo
=
f
.
label
:import_url
,
class:
'control-label'
do
.col-sm-10
%span
Import existing repo
=
f
.
text_field
:import_url
,
class:
'form-control'
,
placeholder:
'https://github.com/randx/six.git'
.col-sm-10
.bs-callout.bs-callout-info
=
f
.
text_field
:import_url
,
class:
'form-control'
,
placeholder:
'https://github.com/randx/six.git'
This url must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git.
.bs-callout.bs-callout-info
%br
This url must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git.
The import will time out after 2 minutes. For big repositories, use a clone/push combination.
%br
.form-actions
The import will time out after 2 minutes. For big repositories, use a clone/push combination.
=
f
.
submit
'Retry import'
,
class:
"btn btn-create"
,
tabindex:
4
.form-actions
=
f
.
submit
'Retry import'
,
class:
"btn btn-create"
,
tabindex:
4
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