Fix UI for closed MR when source project is removed
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
e8e25a0f40
commit
10066e9129
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix UI for closed MR when source project is removed
|
||||
merge_request: 25967
|
||||
author: Takuya Noguchi
|
||||
type: fixed
|
Loading…
Reference in a new issue