From 73419ce78b332dafb341b92c3ba8f60d445e6333 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 12 Mar 2024 09:39:01 +0000 Subject: [PATCH] feat: update scss and sales log component styling --- .../lettings_log_summary_component.html.erb | 6 +++--- .../sales_log_summary_component.html.erb | 17 +++++++---------- app/frontend/styles/_log.scss | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) 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? %> -
+ <% 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 %>

-