Skip to content
Snippets Groups Projects
Commit d43d7253 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix empty values in contact block

parent ef94ab54
No related branches found
No related tags found
No related merge requests found
<%
array = value&.compact_blank
%>
<% if list %>
<%= indentation %>- <%= raw value %>
<%= indentation %>- <%= raw array %>
<% else %>
<%= indentation %><%= property %>: <%= raw value %>
<% end %>
<%= indentation %><%= property %>: <%= raw array %>
<% end %>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment