<% cache notification do %> <%= notification_tag notification do %> <%= render "notifications/notification/header", notification: notification do %> <%= notification_toggle_read_button(notification, url: card_reading_path(notification.card)) %> <% end %> <%= render "notifications/notification/body", notification: notification %> <% end %> <% end %>