diff --git a/app/components/lettings_log_summary_component.html.erb b/app/components/lettings_log_summary_component.html.erb index ac650dac0..a24ca6046 100644 --- a/app/components/lettings_log_summary_component.html.erb +++ b/app/components/lettings_log_summary_component.html.erb @@ -10,10 +10,10 @@ <% if log.tenancycode? or log.propcode? %>
<% if log.tenancycode? %> -
Tenant <%= log.tenancycode %>
+
Tenant <%= log.tenancycode %>
<% end %> <% if log.propcode? %> -
Property <%= log.propcode %>
+
Property <%= log.propcode %>
<% end %>
<% end %> diff --git a/app/components/sales_log_summary_component.html.erb b/app/components/sales_log_summary_component.html.erb index 0341c1f86..6a21067bd 100644 --- a/app/components/sales_log_summary_component.html.erb +++ b/app/components/sales_log_summary_component.html.erb @@ -9,7 +9,7 @@ <% if log.purchaser_code %>
-
Purchaser <%= log.purchaser_code %>
+
Purchaser <%= log.purchaser_code %>
<% end %>