Skip to content

Commit

Permalink
Slim linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMacPherson committed Jun 18, 2024
1 parent 020f857 commit 5dab646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/publishers/notifications/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dab646

Please sign in to comment.