diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-15 09:09:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-15 09:09:34 +0000 |
commit | a898b6057ecf9ab635c45217568d44eab5c32ec0 (patch) | |
tree | caf9dbacd3058a6714478ea16b9bd54b2ac463ce /app/views/projects/no_repo.html.haml | |
parent | 7d5d23819bd51063dc641c29bff7b334cea83d84 (diff) | |
download | gitlab-ce-a898b6057ecf9ab635c45217568d44eab5c32ec0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/no_repo.html.haml')
-rw-r--r-- | app/views/projects/no_repo.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/no_repo.html.haml b/app/views/projects/no_repo.html.haml index 7748aadf44d..3a9e9108256 100644 --- a/app/views/projects/no_repo.html.haml +++ b/app/views/projects/no_repo.html.haml @@ -15,7 +15,7 @@ = link_to project_repository_path(@project), method: :post, class: 'btn btn-primary' do #{ _('Create empty repository') } - %strong.prepend-left-10.append-right-10 or + %strong.prepend-left-10.gl-mr-3 or = link_to new_project_import_path(@project), class: 'btn' do #{ _('Import repository') } |