Cargo Bounty Tweaks (#12771)

This commit is contained in:
Geeves
2021-12-01 15:56:39 +02:00
committed by GitHub
parent a926d6ab82
commit 22b4874500
6 changed files with 50 additions and 11 deletions
@@ -241,6 +241,7 @@
if(B.claimed)
continue
text += "<h3>[B.name]</h3>"
text += "<font size = \"1\">[B.description]</font>"
text += "<ul><li>Reward: [B.reward_string()]</li>"
text += "<li>Completed: [B.completion_string()]</li></ul>"
if(!console.nano_printer.print_text(text,"paper - Bounties"))