mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
fix(event): Line breakage II
This commit is contained in:
parent
9fddb08aeb
commit
9a44ab76ec
1 changed files with 3 additions and 3 deletions
|
|
@ -10,11 +10,11 @@ script(id='modals/valentine.html', type='text/ng-template')
|
|||
hr
|
||||
ul.list-unstyled(ng-switch='::Math.floor(Math.random()*3)')
|
||||
li(ng-switch-when='0')
|
||||
=env.t('valentine0')
|
||||
!=env.t('valentine0', {lineBreak:"<br>"})
|
||||
li(ng-switch-when='1')
|
||||
=env.t('valentine1')
|
||||
!=env.t('valentine1', {lineBreak:"<br>"})
|
||||
li(ng-switch-default)
|
||||
=env.t('valentine2')
|
||||
!=env.t('valentine2', {lineBreak:"<br>"})
|
||||
p
|
||||
small For enduring such a saccharine poem, you both receive the "Adoring Friends" badge!
|
||||
.modal-footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue