Commit 735b2b57 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Kamil Trzcinski

Adds link to close environment in a merge request

parent 9cc70031
......@@ -177,6 +177,15 @@
.ci-coverage {
float: right;
}
.close-env-container {
color: $gl-text-color;
float: right;
a {
color: $gl-text-color;
}
}
}
.mr_source_commit,
......
......@@ -57,3 +57,6 @@
- if external_url
= link_to external_url, target: '_blank' do
= icon('external-link', text: "View on #{external_url.gsub(/\A.*?:\/\//, '')}", right: true)
%span.close-env-container
= link_to '#', class: 'close-evn-link' do
= icon('stop-circle-o', text: 'Stop environment')
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment