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
8f869cb6
Commit
8f869cb6
authored
Aug 10, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve _mirror_repos.html.haml conflicts
parent
a806cd96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
app/views/projects/mirrors/_mirror_repos.html.haml
app/views/projects/mirrors/_mirror_repos.html.haml
+0
-20
No files found.
app/views/projects/mirrors/_mirror_repos.html.haml
View file @
8f869cb6
...
...
@@ -12,26 +12,15 @@
.settings-content
=
form_for
@project
,
url:
project_mirror_path
(
@project
),
html:
{
class:
'gl-show-field-errors js-mirror-form'
,
autocomplete:
'false'
,
data:
mirrors_form_data_attributes
}
do
|
f
|
<
<<<<<<
HEAD
.card
.card-header
%h3
.card-title
=
_
(
'Mirror a repository'
)
.card-body
==
=====
.panel.panel-default
.panel-heading
%h3
.panel-title
=
_
(
'Mirror a repository'
)
.panel-body
>
>>>>>> upstream/master
%div
=
form_errors
(
@project
)
.form-group.has-feedback
=
label_tag
:url
,
_
(
'Git repository URL'
),
class:
'label-light'
<
<<<<<<
HEAD
=
text_field_tag
:url
,
nil
,
class:
'form-control js-mirror-url js-repo-url'
,
placeholder:
_
(
'Input your repository URL'
),
required:
true
,
pattern:
"(
#{
protocols
}
):
\/\/
.+"
,
title:
'A valid repository URL is required'
==
=====
=
text_field_tag
:url
,
nil
,
class:
'form-control js-mirror-url js-repo-url'
,
placeholder:
_
(
'Input your repository URL'
),
required:
true
,
pattern:
"(
#{
protocols
}
):
\/\/
.+"
>
>>>>>> upstream/master
=
render
'projects/mirrors/instructions'
...
...
@@ -40,21 +29,12 @@
.form-check.append-bottom-10
=
check_box_tag
:only_protected_branches
,
'1'
,
false
,
class:
'js-mirror-protected form-check-input'
=
label_tag
:only_protected_branches
,
_
(
'Only mirror protected branches'
),
class:
'form-check-label'
<
<<<<<<
HEAD
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/protected_branches'
),
target:
'_blank'
.card-footer
=
f
.
submit
_
(
'Mirror repository'
),
class:
'btn btn-create'
,
name: :update_remote_mirror
.card
==
=====
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/protected_branches'
)
.panel-footer
=
f
.
submit
_
(
'Mirror repository'
),
class:
'btn btn-create'
,
name: :update_remote_mirror
.panel.panel-default
>
>>>>>> upstream/master
.table-responsive
%table
.table.push-pull-table
%thead
...
...
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