10 lines
314 B
Text
10 lines
314 B
Text
.fr-mb-4w
|
|
%h3= l(notes[0].released_on, format: :long)
|
|
|
|
- notes.each do |note|
|
|
.fr-mb-4w.fr-px-2w.fr-py-2w.fr-background-alt--grey{ data: { turbo: "false" } }
|
|
%p
|
|
- note.categories.each do |category|
|
|
= announce_category_badge(category)
|
|
|
|
= render_release_note_content(note.body)
|