diff options
author | Christopher Baines <mail@cbaines.net> | 2019-12-03 10:05:08 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-12-12 20:07:22 +0000 |
commit | 716eb3c3b661ab6bd5cce9235640bccbe4d478b0 (patch) | |
tree | ba7e96f76452212c33098a85c2fd1b3e7dee95bc /guix-data-service/web/build | |
parent | e078b9611daabe6fd939a39e6549c0c75fffd1b7 (diff) | |
download | data-service-716eb3c3b661ab6bd5cce9235640bccbe4d478b0.tar data-service-716eb3c3b661ab6bd5cce9235640bccbe4d478b0.tar.gz |
Move build-status helpers to the html-utils module
Diffstat (limited to 'guix-data-service/web/build')
-rw-r--r-- | guix-data-service/web/build/html.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-data-service/web/build/html.scm b/guix-data-service/web/build/html.scm index 679cda6..a0956b0 100644 --- a/guix-data-service/web/build/html.scm +++ b/guix-data-service/web/build/html.scm @@ -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)) |