Commit graph

10 commits

Author SHA1 Message Date
f05af4479d Add a way of displaying build statuses as small labels 2020-10-31 15:53:50 +00:00
b5b89b3645 Fix broken links to builds 2020-10-21 18:38:29 +01:00
4231f11cb8 Tweak linking to build servers
Move the logic from different places in the view code, and also start
supporting linking to guix.cbaines.net builds. I'm unsure quite how to
generalise this, but just starting doing it is probably the way forward.
2020-10-11 21:19:00 +01:00
dc8b442e12 Improve the linking to build servers
Add a build-url function that returns the URL to use, and use this where
appropriate.
2020-07-01 19:51:21 +01:00
0172338932 Add a small bottom margin to the build status span
So it displays better when there are items below it.
2019-12-16 20:15:11 +00:00
e6b20746be Deduplicate the build status span code in html-utils 2019-12-16 20:12:58 +00:00
fc9c44b715 Add a utility to help generate next page links 2019-12-13 17:13:27 +00:00
9a99722643 Add a utility to generate a span for the status of a build 2019-12-12 20:07:22 +00:00
716eb3c3b6 Move build-status helpers to the html-utils module 2019-12-12 20:07:22 +00:00
8ff27eaa14 Add a new html-utils module
To store code used for rendering HTML across multiple controllers.
2019-12-12 20:07:22 +00:00