Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2271fd1d
Commit
2271fd1d
authored
Feb 03, 2021
by
Yogi
Committed by
Kushal Pandya
Feb 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply new GitLab UI for input field in admin/applications
parent
5a2dc95f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/admin/applications/_form.html.haml
app/views/admin/applications/_form.html.haml
+2
-2
changelogs/unreleased/yo-gl-new-ui-admin-applications.yml
changelogs/unreleased/yo-gl-new-ui-admin-applications.yml
+5
-0
No files found.
app/views/admin/applications/_form.html.haml
View file @
2271fd1d
...
...
@@ -5,14 +5,14 @@
.col-sm-2.col-form-label
=
f
.
label
:name
.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
=
content_tag
:div
,
class:
'form-group row'
do
.col-sm-2.col-form-label
=
f
.
label
:redirect_uri
.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
%span
.form-text.text-muted
Use one line per URI
...
...
changelogs/unreleased/yo-gl-new-ui-admin-applications.yml
0 → 100644
View file @
2271fd1d
---
title
:
Apply new GitLab UI for input field in admin/applications
merge_request
:
52410
author
:
Yogi (@yo)
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment