Files
fizzy/app/views/mailers/notification/bundle_mailer/event/_body.html.erb
T
Jorge Manrubia 13d053d285 Flatten dirs
2025-08-27 11:57:01 +02:00

10 lines
210 B
Plaintext

<% event = notification.source %>
<h3 class="event__title">
<%= link_to event_notification_title(event), notification.source %>
</h3>
<p class="event__details">
<%= event_notification_body(event) %>
</p>