diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-01-06 10:59:35 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-01-06 10:59:35 +0000 |
commit | 9d8d086264e250d37dc9e721413f586168cd78f4 (patch) | |
tree | 8a162eead22fc767c5695220aa3a886ce8015316 | |
parent | 02c168402655ae1a1e5c98045bf0aa69eb6844d7 (diff) | |
download | gitlab-ce-9d8d086264e250d37dc9e721413f586168cd78f4.tar.gz |
Fix broken build
-rw-r--r-- | app/views/projects/jobs/_empty_state.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |