diff --git a/app/components/lettings_log_summary_component.html.erb b/app/components/lettings_log_summary_component.html.erb index 8c348ed68..b0bc9fed8 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 dd58f6a61..6b3be98cb 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 %>