dbot/views/project/project.jade
Douglas Gardner 985b53c768 Add milestone
+ 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)
2013-04-18 14:30:00 +00:00

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}