From: Jani Nikula Date: Thu, 13 Mar 2014 12:04:04 +0000 (+0100) Subject: nmbug-status: parameterize title and blurb in the page header X-Git-Tag: 0.18_rc0~83 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=81a1aae2dc3b48c4e0dcc524455f32ca91087033 nmbug-status: parameterize title and blurb in the page header Prepare for more general use. --- diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index 6b2572c1..cb3901f7 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -249,7 +249,7 @@ _PAGES['html'] = HtmlPage( - Notmuch Patches + {title} -

Notmuch Patches

+

{title}

Generated: {date}
-For more infomation see nmbug +{blurb}

Views

'''.format(date=datetime.datetime.utcnow().date(), + title='Notmuch Patches', + blurb='For more infomation see nmbug', encoding=_ENCODING, inter_message_padding='0.25em', border_radius='0.5em'),