Setup tabs scaffolding and feature flag
To start migrating the user tabs on the profile page we need to introduce a feature flag and setup the general scaffolding for the tabs.
Implementation plan
- Create a user_tabs_vuefeature flag and add a check to app/views/users/show.html.haml#L134
- Create a user_tabs.vuecomponent inapp/assets/javascripts/users/components
- Use GlTabsinuser_tabs.vue
- Setup router to change URL when changing tabs
Edited  by Peter Hegman