Fix multi-documentation (e.g. scribble-doc)
This commit is contained in:
parent
538d1a8804
commit
06aabf182f
2
TODO.md
2
TODO.md
|
@ -1,7 +1,5 @@
|
|||
Documentation/help text on the edit package page?
|
||||
|
||||
Multi-documentation isn't working (e.g. scribble-doc)
|
||||
|
||||
Want to be able to see packages with build problems, and packages without build problems
|
||||
- on the search page? would a display of all tags help with this?
|
||||
- or on the main page?
|
||||
|
|
|
@ -532,7 +532,8 @@
|
|||
"ok" "success" "ok")]
|
||||
[else
|
||||
""])
|
||||
(div ,@(let ((docs (or (@ pkg build docs) '())))
|
||||
(div ((class "dropdown"))
|
||||
,@(let ((docs (or (@ pkg build docs) '())))
|
||||
(match docs
|
||||
[(list)
|
||||
`()]
|
||||
|
|
Loading…
Reference in New Issue
Block a user