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 {
<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