Skip to content
Snippets Groups Projects
Verified Commit 3162a5a2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix ux issue with "This issue will be closed automatically" message

parent 9ede66f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -141,11 +141,6 @@ form.edit-issue {
}
}
 
.issue-closed-by-widget {
padding: 16px 0;
margin: 0px;
}
.issue-form .select2-container {
width: 250px !important;
}
Loading
Loading
.issue-closed-by-widget
= icon('check')
.issue-closed-by-widget.gray-content-block.second-block.white
This issue will be closed automatically when merge request #{markdown(merge_requests_sentence(@closed_by_merge_requests), pipeline: :gfm)} is accepted.
Loading
Loading
@@ -8,5 +8,8 @@
.gray-content-block.second-block.oneline-block
= render 'votes/votes_block', votable: @issue
 
- if @closed_by_merge_requests.present?
= render 'projects/issues/closed_by_box'
#notes
= render 'projects/notes/notes_with_form'
Loading
Loading
@@ -54,8 +54,6 @@
.merge-requests
= render 'merge_requests'
 
- if @closed_by_merge_requests.present?
= render 'projects/issues/closed_by_box'
.issue-discussion
= render 'projects/issues/discussion'
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment