discourse/app/assets/javascripts/admin/addon/templates/modal/admin-delete-user-posts-progress.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
292 B
Handlebars
Raw Normal View History

2022-12-28 20:28:11 +08:00
<DModalBody
@title="admin.user.delete_posts.progress.title"
@dismissable={{false}}
>
<p>{{I18n "admin.user.delete_posts.progress.description"}}</p>
2022-12-28 20:28:11 +08:00
<div class="progress-bar"><span
style={{html-safe (concat "width: " this.deletedPercentage "%")}}
></span></div>
</DModalBody>