Commit 47228844 authored by Tim Zallmann's avatar Tim Zallmann

Fix of Merge Conflict for repo_tab_vue

parent a1d9553c
...@@ -65,17 +65,11 @@ export default { ...@@ -65,17 +65,11 @@ export default {
class="multi-file-tab" class="multi-file-tab"
:class="{active : tab.active }" :class="{active : tab.active }"
:title="tab.url" :title="tab.url"
<<<<<<< HEAD >
@click.prevent.stop="setFileActive(tab)">
{{tab.name}} {{tab.name}}
<fileStatusIcon <fileStatusIcon
:file="tab"> :file="tab">
</fileStatusIcon> </fileStatusIcon>
</a> </a>
=======
>
{{ tab.name }}
</div>
>>>>>>> upstream/master
</li> </li>
</template> </template>
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