Fix issue where card strings required quotes

This commit is contained in:
Blade Barringer 2015-08-14 08:13:05 -05:00
parent 998e336818
commit 80ba33bf7c

View file

@ -6,7 +6,7 @@ script(id='modals/cards.html', type='text/ng-template')
.bg-info(style='padding:10px')
p {{::env.t('toAndFromCard', { toName: user.profile.name, fromName: user.items.special[cardType + 'Received'][0]})}}
hr
markdown(text='{{::cardMessage}}')
markdown(text='::cardMessage')
.modal-footer
small.pull-left {{::env.t(cardType + 'CardExplanation')}}
button.btn.btn-default(ng-click='user.ops.readCard({params: {cardType: cardType}}); $close()')=env.t('ok')