Commit 5216d955 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'yo-gl-new-ui-admin-applications' into 'master'

Apply new GitLab UI for input field in admin/applications

See merge request gitlab-org/gitlab!52410
parents 745d126a 2271fd1d
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
.col-sm-2.col-form-label .col-sm-2.col-form-label
= f.label :name = f.label :name
.col-sm-10 .col-sm-10
= f.text_field :name, class: 'form-control' = f.text_field :name, class: 'form-control gl-form-input'
= doorkeeper_errors_for application, :name = doorkeeper_errors_for application, :name
= content_tag :div, class: 'form-group row' do = content_tag :div, class: 'form-group row' do
.col-sm-2.col-form-label .col-sm-2.col-form-label
= f.label :redirect_uri = f.label :redirect_uri
.col-sm-10 .col-sm-10
= f.text_area :redirect_uri, class: 'form-control' = f.text_area :redirect_uri, class: 'form-control gl-form-input'
= doorkeeper_errors_for application, :redirect_uri = doorkeeper_errors_for application, :redirect_uri
%span.form-text.text-muted %span.form-text.text-muted
Use one line per URI Use one line per URI
......
---
title: Apply new GitLab UI for input field in admin/applications
merge_request: 52410
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