Improve empty project placeholder for non-members and members without write access

This commit is contained in:
George Tsiolis 2018-09-28 01:19:29 +03:00
parent e13a3c71c4
commit 0bca6493d2
2 changed files with 6 additions and 1 deletions

View File

@ -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?

View File

@ -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