From ec913402408d149ba3ecb79f4af511cd8ac63fe7 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 14 Sep 2015 13:59:19 +0200 Subject: Remove duplicate notices --- app/views/layouts/ci/_info.html.haml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/views') diff --git a/app/views/layouts/ci/_info.html.haml b/app/views/layouts/ci/_info.html.haml index 9bc23cfad05..f7230f44242 100644 --- a/app/views/layouts/ci/_info.html.haml +++ b/app/views/layouts/ci/_info.html.haml @@ -1,9 +1,3 @@ .container - - if alert || notice - - if alert - .alert.alert-danger= alert - - if notice - .alert.alert-info= notice - - if current_user && current_user.is_admin? && Ci::Runner.count.zero? = render 'ci/shared/no_runners' -- cgit v1.2.3