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
8323eb5f
Commit
8323eb5f
authored
Jun 13, 2018
by
Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove card class from the git-empty containers
parent
1175e23b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/views/projects/empty.html.haml
app/views/projects/empty.html.haml
+4
-4
No files found.
app/views/projects/empty.html.haml
View file @
8323eb5f
...
...
@@ -44,14 +44,14 @@
.git-empty
%fieldset
%h5
Git global setup
%pre
.
card.
bg-light
%pre
.bg-light
:preserve
git config --global user.name "
#{
h
git_user_name
}
"
git config --global user.email "
#{
h
git_user_email
}
"
%fieldset
%h5
Create a new repository
%pre
.
card.
bg-light
%pre
.bg-light
:preserve
git clone
#{
content_tag
(
:span
,
default_url_to_repo
,
class:
'clone'
)
}
cd
#{
h
@project
.
path
}
...
...
@@ -64,7 +64,7 @@
%fieldset
%h5
Existing
folder
%pre
.
card.
bg-light
%pre
.bg-light
:preserve
cd existing_folder
git init
...
...
@@ -77,7 +77,7 @@
%fieldset
%h5
Existing
Git
repository
%pre
.
card.
bg-light
%pre
.bg-light
:preserve
cd existing_repo
git remote rename origin old-origin
...
...
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