diff --git a/app/components/log_summary_component.html.erb b/app/components/log_summary_component.html.erb index a273ac31d..612f920bd 100644 --- a/app/components/log_summary_component.html.erb +++ b/app/components/log_summary_component.html.erb @@ -26,14 +26,14 @@ <% if log.needstype? or log.startdate? %> -

- <% if log.needstype? %> - <%= log.is_general_needs? ? "General needs" : "Supported housing" %>
- <% end %> - <% if log.startdate? %> - Tenancy starts - <% end %> -

+

+ <% if log.needstype? %> + <%= log.is_general_needs? ? "General needs" : "Supported housing" %>
+ <% end %> + <% if log.startdate? %> + Tenancy starts + <% end %> +

<% end %> <% if current_user.support? %>