Fix UI for closed MR when source project is removed

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2019-03-11 22:48:54 +09:00
parent e8e25a0f40
commit 10066e9129
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- if @merge_request.closed_without_fork?
.alert.alert-danger
%p The source project of this merge request has been removed.
The source project of this merge request has been removed.
.detail-page-header
.detail-page-header-body

View File

@ -0,0 +1,5 @@
---
title: Fix UI for closed MR when source project is removed
merge_request: 25967
author: Takuya Noguchi
type: fixed