3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/views/project/project.jade

32 lines
588 B
Plaintext
Raw Normal View History

2013-04-18 13:06:13 +02:00
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}
2013-04-18 13:06:13 +02:00
section#config
h3 #{config}
2013-04-18 13:06:13 +02:00
ul
li #{currlang}
li #{debugmode}
2013-04-18 13:06:13 +02:00
h4 #{loadmod}
ul
each module in modules
li #{module}
section#footer
p
#{currver}