mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
419d71abcb
This commit allows admin to delete all posts by a user irrespective of site settings `delete_user_max_post_age` and `delete_all_posts_max`.
5 lines
275 B
Handlebars
5 lines
275 B
Handlebars
{{#d-modal-body title="admin.user.delete_posts.progress.title" dismissable=false}}
|
|
<p>{{I18n "admin.user.delete_posts.progress.description"}}</p>
|
|
<div class="progress-bar"><span style={{html-safe (concat "width: " deletedPercentage "%")}}></span></div>
|
|
{{/d-modal-body}}
|