X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=devel%2Fnmbug%2Fnmbug-status;h=c92d268caf2972eb68779a641eaec9b3c49cb702;hb=b70386a4cbeb1cd74ea4d54ee14f8bf22954e671;hp=e137a90ed07582dd0afe6af66aa984c3bbf7724f;hpb=b5bdf5f4a83357efd874140f21cef27ef744bea2;p=notmuch diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index e137a90e..c92d268c 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -315,22 +315,30 @@ _PAGES['html'] = HtmlPage( tbody:nth-child(4n+3) tr td {{ background-color: #bce; }} + hr {{ + border: 0; + height: 1px; + color: #ccc; + background-color: #ccc; + }}

{title}

-

-Generated: {date}
{blurb}

Views

-'''.format(date=datetime.datetime.utcnow().date(), - title=config['meta']['title'], +'''.format(title=config['meta']['title'], blurb=config['meta']['blurb'], encoding=_ENCODING, inter_message_padding='0.25em', border_radius='0.5em'), - footer='\n\n', + footer=''' +
+

Generated: {date} + + +'''.format(date=datetime.datetime.utcnow().date()) ) if args.list_views: