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
Léo-Paul Géneau
gitlab-ce
Commits
a5b0584d
Commit
a5b0584d
authored
Aug 03, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix repo by url styles
parent
5ef3b22e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+2
-1
app/views/import/gitlab_projects/new.html.haml
app/views/import/gitlab_projects/new.html.haml
+1
-1
app/views/shared/_import_form.html.haml
app/views/shared/_import_form.html.haml
+13
-13
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
a5b0584d
...
...
@@ -483,8 +483,9 @@ a.deploy-project-label {
height
:
24px
;
width
:
inherit
;
display
:
block
;
margin
:
2px
auto
5
px
;
margin
:
0
auto
4
px
;
font-size
:
24px
;
top
:
0
;
}
@media
(
max-width
:
$screen-xs-max
)
{
...
...
app/views/import/gitlab_projects/new.html.haml
View file @
a5b0584d
...
...
@@ -5,7 +5,7 @@
Import an exported GitLab project
%hr
=
form_for
import_gitlab_project_path
,
class:
'form-horizontal import-project'
,
multipart:
true
do
|
f
|
=
form_for
import_gitlab_project_path
,
html:
{
class:
'new_project'
}
,
multipart:
true
do
|
f
|
.row
.form-group.col-xs-12.col-sm-6
=
f
.
label
:namespace_id
,
class:
'label-light'
do
...
...
app/views/shared/_import_form.html.haml
View file @
a5b0584d
.form-group.import-url-data
=
f
.
label
:import_url
,
class:
'
control-label
'
do
=
f
.
label
:import_url
,
class:
'
label-light
'
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
...
...
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