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 {
class="multi-file-tab"
:class="{active : tab.active }"
:title="tab.url"
<<<<<<< HEAD
@click.prevent.stop="setFileActive(tab)">
>
{{tab.name}}
<fileStatusIcon
:file="tab">
</fileStatusIcon>
</a>
=======
>
{{ tab.name }}
</div>
>>>>>>> upstream/master
</li>
</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