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