mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Update TGS API to 6.0.2 (#11148)
This commit is contained in:
@@ -120,10 +120,11 @@ client/verb/showrevinfo()
|
||||
. += {"</tr><tr><td class="hiddenRow"><div id="[divid]" class="collapse">"}
|
||||
. += {"<table class="table">"}
|
||||
. += {"<tr><th>Author:</th><td>[html_encode(tm.author)]</td></tr>"}
|
||||
. += {"<tr><th>Merged:</th><td>[tm.time_merged]</td></tr>"}
|
||||
|
||||
if (config.githuburl)
|
||||
. += {"<tr><td colspan="2"><a href="?JSlink=github;pr=[tm.number]">Link to Github</a></td></tr>"}
|
||||
|
||||
. += {"<tr><th>Description:</th><td>[html_encode(tm.body)]</td></tr>"}
|
||||
if(tm.comment)
|
||||
. += {"<tr><th>Comment:</th><td>[html_encode(tm.comment)]</td></tr>"}
|
||||
. += {"</table></div></td></tr>"}
|
||||
|
||||
Reference in New Issue
Block a user