Skip to main content

max / makenotwork

354 B · 6 lines History Blame Raw
1 {# Notes on the object a page is showing. Described, not written: the members
2 and the reasoning are in `crate::quasi::widgets::git_notes`. Shared by the
3 commit page (notes on the commit) and the file view (notes on the blob), so
4 the two cannot drift. Expects `notes: Vec<CommitNote>`. #}
5 {{ crate::quasi::widgets::git_notes::html(notes)|safe }}
6