Commit 2271fd1d authored by Yogi's avatar Yogi Committed by Kushal Pandya

Apply new GitLab UI for input field in admin/applications

parent 5a2dc95f
...@@ -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