Show 2018 Apr 01 team names in thread updates and other posts generated from JSON.

This commit is contained in:
ccd0 2018-03-31 21:46:07 -07:00
parent 697bb8b8c7
commit 99bb9d667b
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Build =
isArchived: !!data.archived
# file status
fileDeleted: !!data.filedeleted
xa18: data.xa18
o.info =
subject: Build.unescape data.sub
email: Build.unescape data.email

View File

@ -7,6 +7,7 @@
?{tripcode}{ <span class="postertrip">${tripcode}</span>}
?{pass}{ <span title="Pass user since ${pass}" class="n-pu"></span>}
?{capcode}{ <strong class="capcode hand id_${capcodeLC}" title="Highlight posts by ${capcodePlural}">## ${capcode}</strong>}
?{!capcode && typeof o.xa18 !== "undefined"}{ <strong class="capcode hand n-atb n-atb-${o.xa18} id_at${o.xa18}"></strong>}
?{email}{</a>}
?{boardID === "f" && !o.isReply || capcodeDescription}{}{ }
?{capcodeDescription}{ <img src="${staticPath}${capcodeLC}icon${gifIcon}" alt="${capcode} Icon" title="This user is ${capcodeDescription}." class="identityIcon retina">}