diff --git a/app/components/lettings_log_summary_component.html.erb b/app/components/lettings_log_summary_component.html.erb index f12aab7f8..ac650dac0 100644 --- a/app/components/lettings_log_summary_component.html.erb +++ b/app/components/lettings_log_summary_component.html.erb @@ -8,12 +8,12 @@ <% end %> <% 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 5c0668301..0341c1f86 100644 --- a/app/components/sales_log_summary_component.html.erb +++ b/app/components/sales_log_summary_component.html.erb @@ -1,20 +1,17 @@
-
+

<%= govuk_link_to sales_log_path(log) do %> Log <%= log.id %> <% end %>

- + <% if log.purchaser_code %> + + <% end %>

<% if log.ownership_scheme %> @@ -41,7 +38,7 @@ <% end %>

-