pub fn render_ticket_notes(slug: &str, notes: &[TicketNote]) -> StringExpand description
Render the notes listing: one <ts> <author>: <text> line per note, in
file order (== chronological order).
pub fn render_ticket_notes(slug: &str, notes: &[TicketNote]) -> StringRender the notes listing: one <ts> <author>: <text> line per note, in
file order (== chronological order).