2023-10-04 14:57:32 +02:00
|
|
|
.fr-mb-4w
|
|
|
|
%h3= l(notes[0].released_on, format: :long)
|
|
|
|
|
|
|
|
- notes.each do |note|
|
2023-11-14 12:21:06 +01:00
|
|
|
.fr-mb-4w.fr-px-2w.fr-py-2w.fr-background-alt--grey{ data: { turbo: "false" } }
|
2023-10-04 14:57:32 +02:00
|
|
|
%p
|
|
|
|
- note.categories.each do |category|
|
|
|
|
= announce_category_badge(category)
|
|
|
|
|
2023-11-14 12:21:06 +01:00
|
|
|
= render_release_note_content(note.body)
|