Commit 8da0de32 authored by Martin Wortschack's avatar Martin Wortschack

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

Apply new GitLab UI for input field in admin/hooks

See merge request gitlab-org/gitlab!52412
parents ce925faa f4b7bf51
......@@ -2,10 +2,10 @@
.form-group
= 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.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')
.form-group
= form.label :url, _('Trigger'), class: 'label-bold'
......
---
title: Apply new GitLab UI for input field in admin/hooks
merge_request: 52412
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