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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-14 22:00:06 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-14 22:00:06 +0300
commitebd06d7e7da9f4df846f1af2ca49c6c64f1f90b0 (patch)
tree2328311214111b5b28f09222b1aa83686381a6e6 /app/helpers/ci
parent910bf96ec3d60194b2fe4444c1df24f141b8450b (diff)
Make small ui fixes for CI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/helpers/ci')
-rw-r--r--app/helpers/ci/commits_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci/commits_helper.rb b/app/helpers/ci/commits_helper.rb
index 994157ed84b..74de30e006e 100644
--- a/app/helpers/ci/commits_helper.rb
+++ b/app/helpers/ci/commits_helper.rb
@@ -1,7 +1,7 @@
module Ci
module CommitsHelper
def commit_status_alert_class(commit)
- return unless commit
+ return 'alert-info' unless commit
case commit.status
when 'success'