From dd500d3b8c32892cdd6bbe951beca00f11a31bb0 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:06:48 +0000 Subject: [PATCH] CLDC-2584 Update log summary component frontend (#2305) * feat: don't wrap log IDs * feat: divide log component into thirds not halves * feat: update scss and lettings log component styling * feat: update scss and sales log component styling * refactor: erblinting --- .../lettings_log_summary_component.html.erb | 18 ++++++------------ .../sales_log_summary_component.html.erb | 17 +++++++---------- app/frontend/styles/_log.scss | 12 ++++++++++-- 3 files changed, 23 insertions(+), 24 deletions(-) diff --git a/app/components/lettings_log_summary_component.html.erb b/app/components/lettings_log_summary_component.html.erb index 1845a155f..a24ca6046 100644 --- a/app/components/lettings_log_summary_component.html.erb +++ b/app/components/lettings_log_summary_component.html.erb @@ -1,6 +1,6 @@
-
+

<%= govuk_link_to lettings_log_path(log) do %> @@ -8,20 +8,14 @@ <% end %>

<% if log.tenancycode? or log.propcode? %> - +
<% end %> <% if log.needstype? or log.startdate? %> @@ -51,7 +45,7 @@ <% end %>
-