Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-25 09:08:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-25 09:08:38 +0300
commit0ebaa8a2fd43938cee0d2074f84cdfd10f1e23d1 (patch)
treef9833e52906e746225f206e7e812d4ee7bc010f8 /app/views/projects/empty.html.haml
parent6c577c9ada5398fc44bc7a040a655b7a788eb0c9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r--app/views/projects/empty.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 222fc251c61..f39ab821cae 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -10,7 +10,7 @@
= _('The repository for this project is empty')
- if @project.can_current_user_push_code?
- %p.append-bottom-0
+ %p.gl-mb-0
= _('You can get started by cloning the repository or start adding files to it with one of the following options.')
.project-buttons.qa-quick-actions