Commit 02c16840 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken template

parent da6af70a
- illustration = locals.fetch(:illustration) - illustration = local_assigns.fetch(:illustration)
- illustration_size = locals.fetch(:illustration_size) - illustration_size = local_assigns.fetch(:illustration_size)
- title = locals.fetch(:title) - title = local_assigns.fetch(:title)
- content = locals.fetch(:content) - content = local_assigns.fetch(:content)
- action = locals.fetch(:action) - action = local_assigns.fetch(:action)
.row.empty-state .row.empty-state
.col-xs-12 .col-xs-12
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
.text-content .text-content
%h4.text-center= title %h4.text-center= title
%p= content %p= content
- if action? - if action
.text-center .text-center
= action = action
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