Commit f44bea37 authored by Filipa Lacerda's avatar Filipa Lacerda

Ports style changes fixed in a conflict in ce to ee upstream to master for new projects page

parent 9fe4bccc
.form-group.import-url-data
= f.label :import_url, class: 'control-label' do
%span Git repository URL
.col-sm-10
= f.text_field :import_url, autocomplete: 'off', class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git'
.well.prepend-top-20
......@@ -21,9 +21,7 @@
= link_to 'here', help_page_path('/workflow/repository_mirroring.md', anchor: 'ssh-authentication')
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
= f.label :mirror do
= f.label :mirror, class: 'control-label' do
= f.check_box :mirror, disabled: true
%strong
Mirror repository
......
---
title: Ports style changes fixed in a conflict in ce to ee upstream to master for
new projects page
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment