Commit a2f20422 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '27464-misleading-input-controller-for-dates' into 'master'

Resolve "Misleading input controller for dates"

Closes #27464

See merge request gitlab-org/gitlab!20183
parents 75b28a42 882ccc06
......@@ -19,7 +19,6 @@
= f.label :expires_at, _('Expires at'), class: 'label-bold'
.input-icon-wrapper
= f.text_field :expires_at, class: "datepicker form-control", placeholder: 'YYYY-MM-DD'
= icon('calendar', { class: 'input-icon-right' })
.form-group
= f.label :scopes, _('Scopes'), class: 'label-bold'
......
---
title: Remove calendar icon from personal access tokens
merge_request: 20183
author:
type: other
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