Commit 94e118a1 authored by Scott Hampton's avatar Scott Hampton

Merge branch 'gl-form-input-user-applications' into 'master'

Apply new GitLab UI for input field in user applications

See merge request gitlab-org/gitlab!52425
parents 77cfb1db 236fdb96
......@@ -3,11 +3,11 @@
.form-group
= f.label :name, class: 'label-bold'
= f.text_field :name, class: 'form-control', required: true
= f.text_field :name, class: 'form-control gl-form-input', required: true
.form-group
= f.label :redirect_uri, class: 'label-bold'
= f.text_area :redirect_uri, class: 'form-control', required: true
= f.text_area :redirect_uri, class: 'form-control gl-form-input gl-form-textarea', required: true
%span.form-text.text-muted
= _('Use one line per URI')
......
---
title: Apply new GitLab UI for input field in user applications
merge_request: 52425
author: Yogi (@yo)
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