Change branch font type in tag creation

This commit is contained in:
George Tsiolis 2018-10-18 14:44:16 +03:00
parent 2fc156151d
commit 0d07ade8d7
3 changed files with 8 additions and 2 deletions

View File

@ -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')

View File

@ -0,0 +1,5 @@
---
title: Change branch font type in tag creation
merge_request: 22454
author: George Tsiolis
type: other

View File

@ -1,5 +1,5 @@
---
title: Remove empty spec describe blocks
merge_request: 22451
author: george Tsiolis
author: George Tsiolis
type: other