Let's split values with multiple lines in all fields in the view. Hope it's quite straightforward.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good enought to commit, though I would recommend factoring things out differently:
lnt/server/ui/templates/utils.html | ||
---|---|---|
134–145 ↗ | (On Diff #139263) | It feels a bit odd, that the macro is specifically designed to put <dt>/</dt> around the contents. I'd recommend going for a newline_to_br(value) macro and leaving the <td>s for the callers of the macros. |