Commit 848890b0 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/assets/javascripts/repo/components/repo_tab.vue

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent eb6206b6
......@@ -66,18 +66,10 @@ export default {
:class="{active : tab.active }"
:title="tab.url"
>
<<<<<<< HEAD
{{tab.name}}
<fileStatusIcon
:file="tab">
</fileStatusIcon>
</a>
=======
{{ tab.name }}
<file-status-icon
:file="tab"
/>
</div>
>>>>>>> origin/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