Fix MR css for accept MR block
This commit is contained in:
parent
e5ff5c2869
commit
22ec3fa14c
|
@ -47,6 +47,7 @@
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
color: #444;
|
color: #444;
|
||||||
|
text-align: left
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
%strong= link_to "click here", "#", class: "how_to_merge_link vlink", title: "How To Merge"
|
%strong= link_to "click here", "#", class: "how_to_merge_link vlink", title: "How To Merge"
|
||||||
for instructions
|
for instructions
|
||||||
.accept_group
|
.accept_group
|
||||||
= f.submit "Accept Merge Request", class: "btn small success accept_merge_request"
|
= f.submit "Accept Merge Request", class: "btn success accept_merge_request"
|
||||||
- unless @project.root_ref? @merge_request.source_branch
|
- unless @project.root_ref? @merge_request.source_branch
|
||||||
.remove_branch_holder
|
.remove_branch_holder
|
||||||
= label_tag :should_remove_source_branch, class: "checkbox" do
|
= label_tag :should_remove_source_branch, class: "checkbox" do
|
||||||
|
|
Loading…
Reference in a new issue