mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 02:25:29 -04:00
Tweaked the versions history modal.
This commit is contained in:
parent
8a2b762446
commit
4c1143f026
2 changed files with 3 additions and 1 deletions
app
|
@ -8,7 +8,7 @@ block modal-header-content
|
|||
|
||||
block modal-body-content
|
||||
if dataList
|
||||
table.table
|
||||
table.table.table-condensed
|
||||
tr
|
||||
th(data-i18n="general.name") Name
|
||||
th(data-i18n="general.version") Version
|
||||
|
|
|
@ -13,6 +13,8 @@ class VersionsViewCollection extends Backbone.Collection
|
|||
module.exports = class VersionsModalView extends ModalView
|
||||
template: template
|
||||
startsLoading: true
|
||||
plain: true
|
||||
modalWidthPercent: 80
|
||||
|
||||
# needs to be overwritten by child
|
||||
id: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue