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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
f5cebfab
Commit
f5cebfab
authored
Oct 04, 2018
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve views/projects/_import_project_pane.html.haml
parent
be9ee776
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
app/views/projects/_import_project_pane.html.haml
app/views/projects/_import_project_pane.html.haml
+0
-9
No files found.
app/views/projects/_import_project_pane.html.haml
View file @
f5cebfab
...
...
@@ -25,12 +25,7 @@
=
render
'bitbucket_import_modal'
-
if
bitbucket_server_import_enabled?
%div
<
<<<<<<
HEAD
=
link_to
status_import_bitbucket_server_path
,
class:
"btn import_bitbucket"
,
data:
{
track_label:
"
#{
track_label
}
"
,
track_event:
"click_button"
,
track_property:
"bitbucket_server"
}
do
==
=====
=
link_to
status_import_bitbucket_server_path
,
class:
"btn import_bitbucket"
,
data:
{
track_label:
"
#{
track_label
}
"
,
track_event:
"click_button"
,
track_property:
"bitbucket_server"
}
do
>
>>>>>> upstream/master
=
icon
(
'bitbucket-square'
,
text:
'Bitbucket Server'
)
%div
-
if
gitlab_import_enabled?
...
...
@@ -59,11 +54,7 @@
-
if
git_import_enabled?
%div
<
<<<<<<
HEAD
%button
.btn.js-toggle-button.js-import-git-toggle-button
{
type:
"button"
,
data:
{
toggle_open_class:
'active'
,
track_label:
"#{track_label}"
,
track_event:
"click_button"
,
track_property:
"repo_url"
}
}
==
=====
%button
.btn.js-toggle-button.js-import-git-toggle-button
{
type:
"button"
,
data:
{
toggle_open_class:
'active'
,
data:
{
toggle_open_class:
'active'
,
track_label:
"#{track_label}"
,
track_event:
"click_button"
,
track_property:
"repo_url"
}
}
}
>
>>>>>> upstream/master
=
icon
(
'git'
,
text:
'Repo by URL'
)
-
if
manifest_import_enabled?
...
...
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