From cf9c62ebc3fad55991667f01715bf175cfecb224 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 12 Mar 2024 09:43:28 +0000 Subject: [PATCH] refactor: erblinting --- app/components/lettings_log_summary_component.html.erb | 4 ++-- app/components/sales_log_summary_component.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %>