diff --git a/app/components/lettings_log_summary_component.html.erb b/app/components/lettings_log_summary_component.html.erb index 988417b6c..7f69cdaaf 100644 --- a/app/components/lettings_log_summary_component.html.erb +++ b/app/components/lettings_log_summary_component.html.erb @@ -4,7 +4,7 @@

<%= govuk_link_to lettings_log_path(log) do %> - Log <%= log.id %> + Log <%= log.id %> <% end %>

<% if log.tenancycode? or log.propcode? %> diff --git a/app/components/sales_log_summary_component.html.erb b/app/components/sales_log_summary_component.html.erb index 09181fc72..d0782346d 100644 --- a/app/components/sales_log_summary_component.html.erb +++ b/app/components/sales_log_summary_component.html.erb @@ -4,7 +4,7 @@

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