Commit 52bd02f2 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fe-ide-nav-switch-branches-and-mr-tab-order' into 'master'

Switch Branches and MR tab order in IDE

See merge request gitlab-org/gitlab!24199
parents d28db4c1 0734114d
...@@ -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