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 {
<tabs stop-propagation>
<tab active>
<template slot="title">
{{ __('Merge Requests') }}
{{ __('Branches') }}
</template>
<merge-request-search-list />
<branches-search-list />
</tab>
<tab>
<template slot="title">
{{ __('Branches') }}
{{ __('Merge Requests') }}
</template>
<branches-search-list />
<merge-request-search-list />
</tab>
</tabs>
</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