From 9d8d086264e250d37dc9e721413f586168cd78f4 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Sat, 6 Jan 2018 10:59:35 +0000 Subject: [PATCH] Fix broken build --- app/views/projects/jobs/_empty_state.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/jobs/_empty_state.html.haml b/app/views/projects/jobs/_empty_state.html.haml index 07c16822ff2..c66313bdbf3 100644 --- a/app/views/projects/jobs/_empty_state.html.haml +++ b/app/views/projects/jobs/_empty_state.html.haml @@ -2,7 +2,7 @@ - illustration_size = local_assigns.fetch(:illustration_size) - title = local_assigns.fetch(:title) - content = local_assigns.fetch(:content) -- action = local_assigns.fetch(:action) +- action = local_assigns.fetch(:action, nil) .row.empty-state .col-xs-12