Update patches.jade

Couldn't figure out how to handle "Pending", "Accepted", etc.
This commit is contained in:
Imperadeiro98 2014-12-12 22:04:21 +00:00
parent 237b022147
commit 72485eb5a9

View file

@ -13,14 +13,14 @@
| Withdrawn
if patches.loading
p Loading
p(data-i18n="common.loading") Loading...
else
table.table.table-condensed.table-bordered
tr
th Submitter
th Submitted
th Commit Message
th Review
th(data-i18n="general.submitter") Submitter
th(data-i18n="general.submitted") Submitted
th(data-i18n="general.commit_msg") Commit Message
th(data-i18n="general.review") Review
for patch in patches
tr
td= patch.userName