mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Update patches.jade
Couldn't figure out how to handle "Pending", "Accepted", etc.
This commit is contained in:
parent
237b022147
commit
72485eb5a9
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue