Move build-status helpers to the html-utils module

This commit is contained in:
Christopher Baines 2019-12-03 10:05:08 +01:00
parent e078b9611d
commit 716eb3c3b6
4 changed files with 34 additions and 31 deletions

View file

@ -18,6 +18,7 @@
(define-module (guix-data-service web build html)
#:use-module (ice-9 match)
#:use-module (guix-data-service web query-parameters)
#:use-module (guix-data-service web html-utils)
#:use-module (guix-data-service web view html)
#:export (view-builds))