mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
7c8b0b9869
https://github.com/discourse/discourse/assets/50783505/414ffcc5-06e9-470f-b160-83b4c12bbb96
14 lines
417 B
Handlebars
14 lines
417 B
Handlebars
<DModal
|
|
@title={{i18n "admin.user.delete_posts.progress.title"}}
|
|
@closeModal={{@closeModal}}
|
|
class="admin-delete-user-posts-progress-modal"
|
|
@flash={{this.flash}}
|
|
@dismissable={{false}}
|
|
>
|
|
<:body>
|
|
<p>{{i18n "admin.user.delete_posts.progress.description"}}</p>
|
|
<div class="progress-bar">
|
|
<span style={{html-safe (concat "width: " this.deletedPercentage "%")}} />
|
|
</div>
|
|
</:body>
|
|
</DModal> |