From 5dab6466bdb2870d72b14a35ef8881d454854ef5 Mon Sep 17 00:00:00 2001 From: Kyle MacPherson Date: Tue, 18 Jun 2024 16:22:09 +0100 Subject: [PATCH] Slim linting --- app/views/publishers/notifications/index.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/publishers/notifications/index.html.slim b/app/views/publishers/notifications/index.html.slim index 910c18cc9c..24dd23c685 100644 --- a/app/views/publishers/notifications/index.html.slim +++ b/app/views/publishers/notifications/index.html.slim @@ -14,8 +14,8 @@ .govuk-grid-column-full .govuk-body.float-right = pagy_stats(@pagy, type: "notification") - - = render partial: 'notification', collection: @notifications, as: :notification + + = render partial: "notification", collection: @notifications, as: :notification .govuk-grid-row .govuk-grid-column-full