Tweaked the versions history modal.

This commit is contained in:
Scott Erickson 2014-04-17 11:22:33 -07:00
parent 8a2b762446
commit 4c1143f026
2 changed files with 3 additions and 1 deletions
app
templates/modal
views/modal

View file

@ -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

View file

@ -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: ""