summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-16 15:40:44 +0100
committerPhil Hughes <me@iamphill.com>2016-05-16 15:40:44 +0100
commitcaca3bb7b8e0d39947607d2704bed8ae4f04965c (patch)
tree65782ba3cced9207c3aca1eccfb4c2b15e0957bb /app/views/projects/hooks
parent78a67fc48dab434b43a080e5b15491963656661a (diff)
downloadgitlab-ce-caca3bb7b8e0d39947607d2704bed8ae4f04965c.tar.gz
Fixed project settings alert colorsdeploy-key-alert-color
In another MR, the class name was changed making all the alert messages have no background color
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r--app/views/projects/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index 36c1d69f060..cffe9a01a96 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -80,5 +80,5 @@
- @hooks.each do |hook|
= render "project_hook", hook: hook
- else
- %p.profile-settings-message.text-center.append-bottom-0
+ %p.settings-message.text-center.append-bottom-0
No webhooks found, add one in the form above.