2016-01-19 18:42:20 -05:00
|
|
|
.modal-header
|
2016-05-31 14:29:55 -04:00
|
|
|
#close-modal.btn.well.well-sm.well-parchment(data-dismiss="modal")
|
2016-01-19 18:42:20 -05:00
|
|
|
span.glyphicon.glyphicon-remove
|
|
|
|
.well.well-sm.well-parchment
|
|
|
|
h1(data-i18n="play_level.victory_new_item")
|
|
|
|
|
|
|
|
.modal-body
|
|
|
|
.container-fluid
|
|
|
|
.row
|
|
|
|
.col-sm-5.text-center
|
|
|
|
img.img-rounded.img-prize(src=view.item.getPortraitURL())
|
|
|
|
h3#item-header
|
|
|
|
#item-label.label.label-banner= i18n(view.item.attributes, 'name')
|
|
|
|
.col-sm-7
|
|
|
|
.well.well-parchment= i18n(view.item.attributes, 'description')
|
|
|
|
|
|
|
|
.row
|
|
|
|
.col-sm-3.col-sm-offset-9
|
2016-05-14 16:25:01 -04:00
|
|
|
button#continue-btn.btn.btn-illustrated.btn-primary.btn-block.btn-lg.text-uppercase(data-i18n="common.continue")
|