From 2115c360d0e096ca945bb2a39862ae8d14abfa4f Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 14 Oct 2016 09:20:55 -0500 Subject: Remove unnecessary retried check & fix test failures --- app/helpers/builds_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/helpers') diff --git a/app/helpers/builds_helper.rb b/app/helpers/builds_helper.rb index b2004b99961..f3aaff9140d 100644 --- a/app/helpers/builds_helper.rb +++ b/app/helpers/builds_helper.rb @@ -3,5 +3,6 @@ module BuildsHelper build_class = '' build_class += ' active' if build == current_build build_class += ' retried' if build.retried? + build_class end end -- cgit v1.2.3