Improve empty project placeholder for non-members and members without write access
This commit is contained in:
parent
e13a3c71c4
commit
0bca6493d2
2 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
.project-empty-note-panel
|
||||
%div{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
|
||||
.prepend-top-20
|
||||
%h4
|
||||
%h4.append-bottom-20
|
||||
= _('The repository for this project is empty')
|
||||
|
||||
- if @project.can_current_user_push_code?
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Improve empty project placeholder for non-members and members without write access
|
||||
merge_request: 21977
|
||||
author: George Tsiolis
|
||||
type: other
|
Loading…
Reference in a new issue