mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
don't escpae html on delete modal
This commit is contained in:
parent
cc71834e4e
commit
f452f0ee19
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ script(type='text/ng-template', id='deleteEntityModalTemplate')
|
|||
.modal-header
|
||||
h3 #{translate("delete")} {{ entity.name }}
|
||||
.modal-body
|
||||
p #{translate("sure_you_want_to_delete")}
|
||||
p !{translate("sure_you_want_to_delete")}
|
||||
.modal-footer
|
||||
button.btn.btn-default(
|
||||
ng-disabled="state.inflight"
|
||||
|
|
Loading…
Reference in a new issue