Change branch font type in tag creation
This commit is contained in:
parent
2fc156151d
commit
0d07ade8d7
3 changed files with 8 additions and 2 deletions
|
@ -20,8 +20,9 @@
|
|||
.col-sm-10.create-from
|
||||
.dropdown
|
||||
= hidden_field_tag :ref, default_ref
|
||||
= button_tag type: 'button', title: default_ref, class: 'dropdown-menu-toggle wide js-branch-select', required: true, data: { toggle: 'dropdown', selected: default_ref, field_name: 'ref' } do
|
||||
= button_tag type: 'button', title: default_ref, class: 'dropdown-menu-toggle wide js-branch-select monospace', required: true, data: { toggle: 'dropdown', selected: default_ref, field_name: 'ref' } do
|
||||
.text-left.dropdown-toggle-text= default_ref
|
||||
= icon('chevron-down')
|
||||
= render 'shared/ref_dropdown', dropdown_class: 'wide'
|
||||
.form-text.text-muted
|
||||
= s_('TagsPage|Existing branch name, tag, or commit SHA')
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Change branch font type in tag creation
|
||||
merge_request: 22454
|
||||
author: George Tsiolis
|
||||
type: other
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Remove empty spec describe blocks
|
||||
merge_request: 22451
|
||||
author: george Tsiolis
|
||||
author: George Tsiolis
|
||||
type: other
|
||||
|
|
Loading…
Reference in a new issue