Resolve "Tab active state is not changing correctly on new merge request page"

This commit is contained in:
Jan 2018-06-14 14:58:24 +00:00 committed by Clement Ho
parent ea891fb3ad
commit 10002088e2
2 changed files with 6 additions and 1 deletions

View file

@ -25,7 +25,7 @@
= custom_icon ('illustration_no_commits')
- else
%ul.merge-request-tabs.nav.nav-tabs.nav-links.no-top.no-bottom
%li.commits-tab.active
%li.commits-tab
= link_to url_for(safe_params), data: {target: 'div#commits', action: 'new', toggle: 'tab'} do
Commits
%span.badge.badge-pill= @commits.size

View file

@ -0,0 +1,5 @@
---
title: Fix active tab highlight when creating new merge request
merge_request: 19781
author: Jan Beckmann
type: fixed