Files
fizzy/app/views/notification/bundle_mailer/notification.html.erb
T
2025-08-26 13:22:22 +02:00

9 lines
210 B
Plaintext

<h2>Your Notifications</h2>
<p>You have <%= @notifications.count %> notifications:</p>
<ul>
<% @notifications.each do |notification| %>
<li>Notification ID: <%= notification.id %></li>
<% end %>
</ul>