snix/web/panettone/src
Griffin Smith 47d075924e fix(web/panettone): Dont double up on borders
Don't render the <ol class="issue-history"> when we have nothing to put
in it, which is the case when there's no issue history and the user is
not logged in. This avoids an awkward-looking double bottom border on
issues with no comments for unauthenticated users.

Change-Id: I1c6aac40e4ba93e9428a0da589c67582b1589c17
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5445
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-04-14 14:26:50 +00:00
..
.gitignore
authentication.lisp fix(web/panettone): unbind LDAP connections after auth 2022-02-07 17:13:41 +00:00
css.lisp
email.lisp
inline-markdown.lisp
irc.lisp
model.lisp refactor(web/panettone): Use postmodern connection pools 2022-02-13 17:20:26 +00:00
packages.lisp refactor(web/panettone): Use postmodern connection pools 2022-02-13 17:20:26 +00:00
panettone.lisp fix(web/panettone): Dont double up on borders 2022-04-14 14:26:50 +00:00
util.lisp