Commit 0734114d authored by Paul Slaughter's avatar Paul Slaughter

Switch Branches and MR tab order in IDE nav

**Why?**
Currently the order of tabs is backward from the
order of info in the dropdown itself.
parent c274e589
...@@ -19,15 +19,15 @@ export default { ...@@ -19,15 +19,15 @@ export default {
<tabs stop-propagation> <tabs stop-propagation>
<tab active> <tab active>
<template slot="title"> <template slot="title">
{{ __('Merge Requests') }} {{ __('Branches') }}
</template> </template>
<merge-request-search-list /> <branches-search-list />
</tab> </tab>
<tab> <tab>
<template slot="title"> <template slot="title">
{{ __('Branches') }} {{ __('Merge Requests') }}
</template> </template>
<branches-search-list /> <merge-request-search-list />
</tab> </tab>
</tabs> </tabs>
</div> </div>
......
---
title: Switch order of tabs in Web IDE nav dropdown
merge_request: 24199
author:
type: changed
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