summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers/_form.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-07-19 17:11:31 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-07-19 17:11:31 -0500
commit0deb8547af52ea1ccb147a07629705ec5e435bfb (patch)
tree6cb68e65d56a4438702e7bc3837dc5a40bc877c6 /app/views/projects/triggers/_form.html.haml
parentbe2410ab18136df8ffc81d667879b4fefa61b732 (diff)
downloadgitlab-ce-0deb8547af52ea1ccb147a07629705ec5e435bfb.tar.gz
Replace label-light with label-bold. Because it's bold, not light
Diffstat (limited to 'app/views/projects/triggers/_form.html.haml')
-rw-r--r--app/views/projects/triggers/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/triggers/_form.html.haml b/app/views/projects/triggers/_form.html.haml
index 3539aea3580..1a5fc56f429 100644
--- a/app/views/projects/triggers/_form.html.haml
+++ b/app/views/projects/triggers/_form.html.haml
@@ -3,9 +3,9 @@
- if @trigger.token
.form-group
- %label.label-light Token
+ %label.label-bold Token
%p.form-control-plaintext= @trigger.token
.form-group
- = f.label :key, "Description", class: "label-light"
+ = f.label :key, "Description", class: "label-bold"
= f.text_field :description, class: "form-control", required: true, title: 'Trigger description is required.', placeholder: "Trigger description"
= f.submit btn_text, class: "btn btn-save"