Commit 436b352f authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '246904-drop-limit-container-width-from-projects' into 'master'

Drop one of duplicated classname from Projects

Closes #246904

See merge request gitlab-org/gitlab!41831
parents e23a6483 2b9b4db5
......@@ -5,17 +5,16 @@
= render partial: 'flash_messages', locals: { project: @project }
%div{ class: [("limit-container-width" unless fluid_layout)] }
= render "home_panel"
= render "home_panel"
%h4.gl-mt-0.gl-mb-3
%h4.gl-mt-0.gl-mb-3
= _('The repository for this project is empty')
- if @project.can_current_user_push_code?
- if @project.can_current_user_push_code?
%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
.project-buttons.qa-quick-actions
.project-clone-holder.d-block.d-md-none.mt-2.mr-2
= render "shared/mobile_clone_panel"
......@@ -23,7 +22,7 @@
= render "projects/buttons/clone"
= render 'stat_anchor_list', anchors: @project.empty_repo_statistics_buttons
- if can?(current_user, :push_code, @project)
- if can?(current_user, :push_code, @project)
.empty-wrapper.gl-mt-7
%h3#repo-command-line-instructions.page-title-empty
= _('Command line instructions')
......
---
title: Drop one of duplicated classname from Projects
merge_request: 41831
author: Takuya Noguchi
type: performance
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