nmbug.js: List tags as <a> in a <p> instead of as <li> in a <ul>
authorW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 15:19:31 +0000 (08:19 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 15:19:31 +0000 (08:19 -0700)
commit7fbe225678acd65e3e6230d3b170500f644262db
tree023572e9f311f41d597231a0b260afc38efaa2b2
parent7d2299db627ef37a3dbb8d82b73ff61780c6a070
nmbug.js: List tags as <a> in a <p> instead of as <li> in a <ul>

This is more compact, since there are currently 27 tags in notmuch's
nmbug list ;).  I also switched to more generic variable names
(tag_list, tag, and element) so that future tag-name changes are less
invasive.
nmbug.js