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
14285d35
Commit
14285d35
authored
Jul 18, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to full URL of import source
parent
f673923d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/import/bitbucket_server/status.html.haml
app/views/import/bitbucket_server/status.html.haml
+2
-2
No files found.
app/views/import/bitbucket_server/status.html.haml
View file @
14285d35
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
-
@repos
.
each
do
|
repo
|
-
@repos
.
each
do
|
repo
|
%tr
{
id:
"repo_#{repo.owner}___#{repo.slug}"
,
data:
{
project:
repo
.
project_name
,
repository:
repo
.
slug
}
}
%tr
{
id:
"repo_#{repo.owner}___#{repo.slug}"
,
data:
{
project:
repo
.
project_name
,
repository:
repo
.
slug
}
}
%td
%td
=
link_to
repo
.
full_name
,
repo
.
browse_url
,
target:
'_blank'
,
rel:
'noopener noreferrer'
=
link_to
repo
.
browse_url
,
repo
.
browse_url
,
target:
'_blank'
,
rel:
'noopener noreferrer'
%td
.import-target
%td
.import-target
%fieldset
.row
%fieldset
.row
.input-group
.input-group
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
-
@incompatible_repos
.
each
do
|
repo
|
-
@incompatible_repos
.
each
do
|
repo
|
%tr
{
id:
"repo_#{repo.owner}___#{repo.slug}"
}
%tr
{
id:
"repo_#{repo.owner}___#{repo.slug}"
}
%td
%td
=
link_to
repo
.
full_name
,
repo
.
browse_url
,
target:
'_blank'
,
rel:
'noopener noreferrer'
=
link_to
repo
.
browse_url
,
repo
.
browse_url
,
target:
'_blank'
,
rel:
'noopener noreferrer'
%td
.import-target
%td
.import-target
%td
.import-actions-job-status
%td
.import-actions-job-status
=
label_tag
'Incompatible Project'
,
nil
,
class:
'label badge-danger'
=
label_tag
'Incompatible Project'
,
nil
,
class:
'label badge-danger'
...
...
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