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 { ...@@ -66,18 +66,10 @@ export default {
:class="{active : tab.active }" :class="{active : tab.active }"
:title="tab.url" :title="tab.url"
> >
<<<<<<< HEAD
{{tab.name}}
<fileStatusIcon
:file="tab">
</fileStatusIcon>
</a>
=======
{{ tab.name }} {{ tab.name }}
<file-status-icon <file-status-icon
:file="tab" :file="tab"
/> />
</div> </div>
>>>>>>> origin/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