diff --git a/app/components/card_component.html.erb b/app/components/card_component.html.erb index d6c11f364..399bf1500 100644 --- a/app/components/card_component.html.erb +++ b/app/components/card_component.html.erb @@ -1,6 +1,6 @@ -
> +
> <% if header? %> -
+
<%= header%>
@@ -9,12 +9,12 @@ NOTE: content? is not always working as described, and is returning a proc in some cases rather than a boolean %> <% if content.present? %> -
+
<%= content %>
<% end %> <% if footer? %> -