Commit 8bac0bbb authored by Tim Zallmann's avatar Tim Zallmann

Fixed Conflicts in repo_file + repo_tab

parent d6b037c9
...@@ -13,10 +13,7 @@ ...@@ -13,10 +13,7 @@
components: { components: {
skeletonLoadingContainer, skeletonLoadingContainer,
newDropdown, newDropdown,
<<<<<<< HEAD
fileStatusIcon, fileStatusIcon,
=======
>>>>>>> upstream/master
fileIcon, fileIcon,
}, },
props: { props: {
...@@ -107,9 +104,9 @@ ...@@ -107,9 +104,9 @@
> >
</file-icon> </file-icon>
{{ file.name }} {{ file.name }}
<fileStatusIcon <file-status-icon
:file="file"> :file="file">
</fileStatusIcon> </file-status-icon>
</a> </a>
<new-dropdown <new-dropdown
v-if="isTree" v-if="isTree"
......
<script> <script>
import { mapActions } from 'vuex'; import { mapActions } from 'vuex';
<<<<<<< HEAD
import fileStatusIcon from './repo_file_status_icon.vue'; import fileStatusIcon from './repo_file_status_icon.vue';
=======
>>>>>>> upstream/master
import fileIcon from '../../vue_shared/components/file_icon.vue'; import fileIcon from '../../vue_shared/components/file_icon.vue';
export default { export default {
...@@ -13,18 +10,10 @@ export default { ...@@ -13,18 +10,10 @@ export default {
required: true, required: true,
}, },
}, },
<<<<<<< HEAD
components: { components: {
fileStatusIcon, fileStatusIcon,
fileIcon, fileIcon,
}, },
=======
components: {
fileIcon,
},
>>>>>>> upstream/master
computed: { computed: {
closeLabel() { closeLabel() {
if (this.tab.changed || this.tab.tempFile) { if (this.tab.changed || this.tab.tempFile) {
......
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