Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-16 17:40:44 +0300
committerPhil Hughes <me@iamphill.com>2016-05-16 17:40:44 +0300
commitcaca3bb7b8e0d39947607d2704bed8ae4f04965c (patch)
tree65782ba3cced9207c3aca1eccfb4c2b15e0957bb /app/views/projects/triggers
parent78a67fc48dab434b43a080e5b15491963656661a (diff)
Fixed project settings alert colors
In another MR, the class name was changed making all the alert messages have no background color
Diffstat (limited to 'app/views/projects/triggers')
-rw-r--r--app/views/projects/triggers/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/triggers/index.html.haml b/app/views/projects/triggers/index.html.haml
index f91885b216d..d73ac987161 100644
--- a/app/views/projects/triggers/index.html.haml
+++ b/app/views/projects/triggers/index.html.haml
@@ -18,7 +18,7 @@
%th
= render partial: 'trigger', collection: @triggers, as: :trigger
- else
- %p.profile-settings-message.text-center.append-bottom-default
+ %p.settings-message.text-center.append-bottom-default
There are no triggers to use, add one by the button below.
= form_for @trigger, url: url_for(controller: 'projects/triggers', action: 'create') do |f|