mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Updated message preview on flag abuse modal to use markdown interpretation
This commit is contained in:
parent
0cf7bba822
commit
9bd0304223
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ script(type='text/ng-template', id='modals/abuse-flag.html')
|
|||
h4!=env.t('abuseFlagModalHeading', {name: "<span class='text-danger'>{{profile.profile.name}}</span>"})
|
||||
.modal-body
|
||||
blockquote
|
||||
| {{abuseObject.text}}
|
||||
markdown(ng-model="abuseObject.text")
|
||||
p!=env.t('abuseFlagModalBody', {firstLinkStart: "<a href='/static/community-guidelines' target='_blank'>", secondLinkStart: "<a href='/static/terms' target='_blank'>", linkEnd: "</a>"})
|
||||
.modal-footer
|
||||
button.btn.btn-primary(ng-click='$close()')=env.t('cancel')
|
||||
|
|
|
|||
Loading…
Reference in a new issue