Commit 9d8d0862 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken build

parent 02c16840
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment