mirror of
https://github.com/reality/dbot.git
synced 2025-02-17 14:01:04 +01:00
![Douglas Gardner](/assets/img/avatar_default.png)
+ Bump github + Fix Italian translation of revision count + Add translation of git to strings.json (bonus points if you find a language that needs it)
32 lines
588 B
Plaintext
32 lines
588 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h2 #{projectstatus}
|
|
section#git
|
|
h3 Git
|
|
p
|
|
#{revnum}
|
|
h4 #{milestoneprog}
|
|
table
|
|
tr
|
|
th #{milestonename}
|
|
th #{openmilestone}
|
|
th #{closedmilestone}
|
|
each milestone in milestones
|
|
tr
|
|
td #{milestone.title}
|
|
td #{milestone.open_issues}
|
|
td #{milestone.closed_issues}
|
|
section#config
|
|
h3 #{config}
|
|
ul
|
|
li #{currlang}
|
|
li #{debugmode}
|
|
h4 #{loadmod}
|
|
ul
|
|
each module in modules
|
|
li #{module}
|
|
section#footer
|
|
p
|
|
#{currver}
|