Commit 3a817056 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts app/assets/javascripts/environments/components/environment_external_url.vue [ci skip]

parent c58f6180
......@@ -3,21 +3,6 @@
import { s__ } from '../../locale';
/**
<<<<<<< HEAD
* Renders the external url link in environments table.
*/
export default {
directives: {
tooltip,
},
props: {
externalUrl: {
type: String,
required: true,
},
},
=======
* Renders the external url link in environments table.
*/
export default {
......@@ -30,7 +15,6 @@
required: true,
},
},
>>>>>>> upstream/master
computed: {
title() {
......
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