aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/html-utils.scm
Commit message (Collapse)AuthorAge
* Add a small bottom margin to the build status spanChristopher Baines2019-12-16
| | | | So it displays better when there are items below it.
* Deduplicate the build status span code in html-utilsChristopher Baines2019-12-16
|
* Add a utility to help generate next page linksChristopher Baines2019-12-13
|
* Add a utility to generate a span for the status of a buildChristopher Baines2019-12-12
|
* Move build-status helpers to the html-utils moduleChristopher Baines2019-12-12
|
* Add a new html-utils moduleChristopher Baines2019-12-12
To store code used for rendering HTML across multiple controllers.