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
f4b7bf51
Commit
f4b7bf51
authored
Feb 02, 2021
by
Yogi
Committed by
Martin Wortschack
Feb 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply new GitLab UI for input field in admin/hooks
parent
b69dff45
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/admin/hooks/_form.html.haml
app/views/admin/hooks/_form.html.haml
+2
-2
changelogs/unreleased/yo-gl-new-ui-admin-hooks.yml
changelogs/unreleased/yo-gl-new-ui-admin-hooks.yml
+5
-0
No files found.
app/views/admin/hooks/_form.html.haml
View file @
f4b7bf51
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
.form-group
.form-group
=
form
.
label
:url
,
_
(
'URL'
),
class:
'label-bold'
=
form
.
label
:url
,
_
(
'URL'
),
class:
'label-bold'
=
form
.
text_field
:url
,
class:
'form-control'
=
form
.
text_field
:url
,
class:
'form-control
gl-form-input
'
.form-group
.form-group
=
form
.
label
:token
,
_
(
'Secret Token'
),
class:
'label-bold'
=
form
.
label
:token
,
_
(
'Secret Token'
),
class:
'label-bold'
=
form
.
text_field
:token
,
class:
'form-control'
=
form
.
text_field
:token
,
class:
'form-control
gl-form-input
'
%p
.form-text.text-muted
=
_
(
'Use this token to validate received payloads'
)
%p
.form-text.text-muted
=
_
(
'Use this token to validate received payloads'
)
.form-group
.form-group
=
form
.
label
:url
,
_
(
'Trigger'
),
class:
'label-bold'
=
form
.
label
:url
,
_
(
'Trigger'
),
class:
'label-bold'
...
...
changelogs/unreleased/yo-gl-new-ui-admin-hooks.yml
0 → 100644
View file @
f4b7bf51
---
title
:
Apply new GitLab UI for input field in admin/hooks
merge_request
:
52412
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