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

use green bg for merged MR badge

parent a908edac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -195,6 +195,11 @@ p.time {
top: -5px;
@include border-radius(4px);
 
&.success {
background: #4A4;
color: #FFF;
}
&.error {
background: #DA4E49;
color: #FFF;
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
%h4.box-title
= gfm escape_once(@merge_request.title)
- if @merge_request.merged?
.error.status_info
.success.status_info
%i.icon-ok
Merged
- elsif @merge_request.closed?
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