Commit 663ac1aa authored by Clement Ho's avatar Clement Ho

Fix conflict in...

Fix conflict in app/assets/javascripts/vue_merge_request_widget/components/states/nothing_to_merge.vue
parent 13da5980
......@@ -18,17 +18,10 @@ export default {
<template>
<div class="mr-widget-body mr-widget-empty-state">
<div class="row">
<<<<<<< HEAD
<div class="artwork col-sm-5 order-md-last col-12 text-center">
<span v-html="emptyStateSVG"></span>
</div>
<div class="text col-sm-7 order-md-first col-12">
=======
<div class="artwork col-md-5 order-md-last col-12 text-center">
<span v-html="emptyStateSVG"></span>
</div>
<div class="text col-md-7 order-md-first col-12">
>>>>>>> gitlab-ce/master
<span>
Merge requests are a place to propose changes you have made to a project
and discuss those changes with others.
......
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