|
|
|
|
@ -9,9 +9,9 @@
|
|
|
|
|
) %> |
|
|
|
|
|
|
|
|
|
<% if @duplicate_sets_count&.positive? %> |
|
|
|
|
<%= govuk_notification_banner(title_text: "Important", text: govuk_link_to("Review logs", duplicate_logs_path)) do |banner| |
|
|
|
|
banner.with_heading(text: I18n.t("notification.duplicate_sets", count: @duplicate_sets_count)) |
|
|
|
|
end %> |
|
|
|
|
<%= govuk_notification_banner(title_text: "Important", text: govuk_link_to("Review logs", duplicate_logs_path)) do |banner| %> |
|
|
|
|
<% banner.with_heading(text: I18n.t("notification.duplicate_sets", count: @duplicate_sets_count)) %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<% if current_page?(controller: 'lettings_logs', action: 'index') %> |
|
|
|
|
|